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