From b12f117555d386c6866da0056630b818fa6e3f36 Mon Sep 17 00:00:00 2001 From: Ryan Mulligan Date: Sat, 20 Nov 2021 11:30:40 -0800 Subject: [PATCH] ci: run nix check --- .github/workflows/ci.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/ci.yaml diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml new file mode 100644 index 0000000..8325034 --- /dev/null +++ b/.github/workflows/ci.yaml @@ -0,0 +1,11 @@ +name: "CI" +on: + pull_request: + push: +jobs: + tests: + runs-on: ubuntu-20.04 + steps: + - uses: actions/checkout@v2.3.4 + - uses: cachix/install-nix-action@v15 + - run: nix check