diff --git a/.github/workflows/check-flake.yml b/.github/workflows/check-flake.yml new file mode 100644 index 00000000..1884fb43 --- /dev/null +++ b/.github/workflows/check-flake.yml @@ -0,0 +1,16 @@ +name: Check Nix flake +on: + pull_request: + push: + branches: + - master + workflow_dispatch: # allow manual trigger +jobs: + check-flake: + runs-on: ubuntu-latest + steps: + - name: Check Nix flake + uses: DeterminateSystems/flake-checker-action@v2 + with: + fail-mode: true + send-statistics: false