From b68afc932e617c72ca1e85974958f2f9b0071438 Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 25 Feb 2024 09:40:19 -0500 Subject: [PATCH] ci: rename checks --- .woodpecker/cargo-checks.yml | 10 ++++++++++ .woodpecker/checks.yml | 0 2 files changed, 10 insertions(+) create mode 100644 .woodpecker/cargo-checks.yml delete mode 100644 .woodpecker/checks.yml 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