forcebot_rs/.woodpecker/cargo-checks.yml

11 lines
238 B
YAML
Raw Normal View History

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