From f0b443652a9ff36abb856e4bb61ea33fd0407c6e Mon Sep 17 00:00:00 2001 From: Gwen Lg Date: Sun, 14 Dec 2025 23:14:01 +0100 Subject: [PATCH] ci: add lints check with clippy in debug workflow --- .woodpecker/debug.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.woodpecker/debug.yaml b/.woodpecker/debug.yaml index 4ea96988..6cfbab7a 100644 --- a/.woodpecker/debug.yaml +++ b/.woodpecker/debug.yaml @@ -21,6 +21,11 @@ steps: commands: - nix-shell --attr ci --run typos + - name: check lints with clippy + image: nixpkgs/nix:nixos-24.05 + commands: + - nix-build -j4 --attr flakePackages.clippy + - name: build image: nixpkgs/nix:nixos-24.05 commands: