Fix action

This commit is contained in:
Gene Liverman 2026-03-14 11:23:26 -04:00
parent 0dea1aab28
commit ea8b9efaaf
No known key found for this signature in database

View file

@ -18,10 +18,10 @@ jobs:
run: nix flake show
- name: Check formatting
run: nix fmt --check .
run: nix fmt -- --ci .
- name: Run deadnix
run: deadnix ./modules ./lib
run: nix run nixpkgs#deadnix ./modules ./lib
- name: Run statix
run: statix check ./modules ./lib
run: nix run nixpkgs#statix check -- .