ci: run nix check

This commit is contained in:
Ryan Mulligan 2021-11-20 11:30:40 -08:00
parent 7bb0b5d7f1
commit b12f117555
1 changed files with 11 additions and 0 deletions

11
.github/workflows/ci.yaml vendored Normal file
View File

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