From 0d890d28b3489dd96c4fac8cd49bd360ab1f908c Mon Sep 17 00:00:00 2001 From: adisbladis Date: Sat, 15 Jul 2023 23:27:39 +1200 Subject: [PATCH] Add basic evaluation check to run on pull requests --- .github/workflows/pulls.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/pulls.yml diff --git a/.github/workflows/pulls.yml b/.github/workflows/pulls.yml new file mode 100644 index 000000000..0b943586c --- /dev/null +++ b/.github/workflows/pulls.yml @@ -0,0 +1,17 @@ +name: Checks + +on: + pull_request: + push: + +jobs: + flake-show: + runs-on: ubuntu-latest + outputs: + matrix: ${{ steps.set-matrix.outputs.matrix }} + steps: + - uses: actions/checkout@v3 + - uses: cachix/install-nix-action@v22 + - id: set-matrix + name: Evaluate flake + run: nix flake show --all-systems