forcebot_rs/.woodpecker/cargo-checks.yml
notohh b68afc932e
Some checks failed
ci/woodpecker/cron/cargo-checks Pipeline failed
ci/woodpecker/cron/flake-update Pipeline failed
ci: rename checks
2024-02-25 09:40:19 -05:00

10 lines
238 B
YAML

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