forcebot_rs/.woodpecker/cargo-checks.yml
notohh fe9c8f1035
Some checks failed
ci/woodpecker/cron/cargo-checks Pipeline failed
ci/woodpecker/cron/flake-update Pipeline was successful
ci: fixes
2024-02-25 09:57:01 -05:00

10 lines
221 B
YAML

when:
- path:
include: ["*.rs"]
exclude: ["*.md", "docs/**", ".woodpecker/*.yaml", "*.nix"]
ignore_message: "[ALL]"
steps:
update:
image: rustlang/rust
commands: |
cargo fmt -- --check