mirror of https://codeberg.org/topola/topola.git
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:
parent
776ffb00ad
commit
1fe87635bf
|
|
@ -11,6 +11,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- cargo install committed
|
- cargo install committed
|
||||||
- committed develop..HEAD
|
- committed develop..HEAD
|
||||||
|
- committed HEAD
|
||||||
- rustup component add rustfmt
|
- rustup component add rustfmt
|
||||||
- cargo fmt --all -- --check
|
- cargo fmt --all -- --check
|
||||||
when:
|
when:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue