[ci] add statix to the check job

This commit is contained in:
Jalil David Salamé Messina 2024-05-20 14:14:11 +02:00
parent c19ceb54b7
commit 4917d30606
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -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