mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-07-26 07:58:14 +00:00
ci: add lints check with clippy in debug workflow
This commit is contained in:
@@ -21,6 +21,11 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- nix-shell --attr ci --run typos
|
- 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
|
- name: build
|
||||||
image: nixpkgs/nix:nixos-24.05
|
image: nixpkgs/nix:nixos-24.05
|
||||||
commands:
|
commands:
|
||||||
|
|||||||
Reference in New Issue
Block a user