mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-24 17:23:09 +01:00
ci: Add check with nixf-tidy
This should work.
This commit is contained in:
parent
db29d97fe2
commit
2d0abaa9b3
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user