1
1
mirror of https://github.com/ryantm/agenix.git synced 2024-08-15 17:10:42 +03:00

ci: run nix check

This commit is contained in:
Ryan Mulligan 2021-11-20 11:30:40 -08:00
parent 7bb0b5d7f1
commit b12f117555

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