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: