ci: rename checks
This commit is contained in:
parent
3a502f4804
commit
b68afc932e
2 changed files with 10 additions and 0 deletions
10
.woodpecker/cargo-checks.yml
Normal file
10
.woodpecker/cargo-checks.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
when:
|
||||||
|
- path:
|
||||||
|
include: ["*.rs"]
|
||||||
|
exclude: ["*.md", "docs/**", ".woodpecker/*.yaml", "*.nix"]
|
||||||
|
ignore_message: "[ALL]"
|
||||||
|
steps:
|
||||||
|
update:
|
||||||
|
image: rustlang/rust:nightly
|
||||||
|
commands: |
|
||||||
|
cargo +nightly fmt -- --check
|
Loading…
Reference in a new issue