refactor: move actions from alejandra>nixpkgs-fmt

This commit is contained in:
Swarsel 2024-07-20 00:09:57 +02:00
parent 23cfb96adb
commit 2a08576697
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
2 changed files with 4 additions and 4 deletions

View file

@ -19,4 +19,4 @@ jobs:
- name: Check for lints in .nix files
run: nix run nixpkgs#statix -- check
- name: Check formatting in .nix files
run: git ls-files '*.nix' | xargs nix run nixpkgs#alejandra -- --check
run: git ls-files '*.nix' | xargs nix run nixpkgs#nixpkgs-fmt -- --check