Create ci.yml

This commit is contained in:
Sridhar Ratnakumar 2021-04-07 22:53:30 -04:00 committed by GitHub
parent 92d9de855a
commit 5486864162
Failed to generate hash of commit

16
.github/workflows/ci.yml vendored Normal file
View file

@ -0,0 +1,16 @@
name: "CI"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: cachix/install-nix-action@v13
with:
install_url: https://nixos-nix-install-tests.cachix.org/serve/lb41az54kzk6j12p81br4bczary7m145/install
install_options: '--tarball-url-prefix https://nixos-nix-install-tests.cachix.org/serve'
extra_nix_config: |
experimental-features = nix-command flakes
- run: nix-build