ci: add lints check with clippy in debug workflow

This commit is contained in:
Gwen Lg
2025-12-14 23:14:01 +01:00
parent cd5cd37ecc
commit f0b443652a
+5
View File
@@ -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: