[ci] add statix to the check job
This commit is contained in:
parent
c19ceb54b7
commit
4917d30606
1 changed files with 3 additions and 1 deletions
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
|
@ -17,7 +17,9 @@ jobs:
|
|||
- uses: DeterminateSystems/nix-installer-action@v10
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@v4
|
||||
- name: Run `nix flake check`
|
||||
run: nix flake check
|
||||
run: |
|
||||
nix flake check
|
||||
nix run nixpkgs#statix -- check .
|
||||
lockfile:
|
||||
runs-on: ubuntu-22.04
|
||||
needs: check
|
||||
|
|
Loading…
Reference in a new issue