diff --git a/.woodpecker/cargo-checks.yml b/.woodpecker/cargo-checks.yml new file mode 100644 index 0000000..9ebc10b --- /dev/null +++ b/.woodpecker/cargo-checks.yml @@ -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 diff --git a/.woodpecker/checks.yml b/.woodpecker/checks.yml deleted file mode 100644 index e69de29..0000000