chore: Run `committed HEAD` in addition to `committed develop..HEAD` in CI

This will make the CI detect malformed commit messages pushed straight
to the development branch without a PR.
This commit is contained in:
Mikolaj Wielgus 2025-05-13 00:33:27 +02:00
parent 776ffb00ad
commit 1fe87635bf
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ steps:
commands:
- cargo install committed
- committed develop..HEAD
- committed HEAD
- rustup component add rustfmt
- cargo fmt --all -- --check
when: