ci: rename checks
Some checks failed
ci/woodpecker/cron/cargo-checks Pipeline failed
ci/woodpecker/cron/flake-update Pipeline failed

This commit is contained in:
notohh 2024-02-25 09:40:19 -05:00
parent 3a502f4804
commit b68afc932e
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 10 additions and 0 deletions

View 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

View file