ci: Add check with nixf-tidy

This should work.
This commit is contained in:
Donovan Glover 2024-08-08 22:42:59 -04:00
parent db29d97fe2
commit 2d0abaa9b3
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -39,3 +39,10 @@ jobs:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- run: nix run nixpkgs#statix check
nixd:
name: nixf-tidy --variable-lookup
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- run: nix run .#nixf-tidy