mirror of
https://github.com/ryantm/agenix.git
synced 2024-11-22 09:40:47 +03:00
ci: run nix check
This commit is contained in:
parent
7bb0b5d7f1
commit
b12f117555
1 changed files with 11 additions and 0 deletions
11
.github/workflows/ci.yaml
vendored
Normal file
11
.github/workflows/ci.yaml
vendored
Normal 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
|
Loading…
Reference in a new issue