add demo test workfloz
This commit is contained in:
parent
19ecc12a08
commit
04161b6c19
1 changed files with 16 additions and 0 deletions
16
.github/workflows/demo.yml
vendored
Normal file
16
.github/workflows/demo.yml
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
name: "Demo"
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
jobs:
|
||||
tests:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: cachix/install-nix-action@v22
|
||||
with:
|
||||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- run: |
|
||||
for d in ./demo;
|
||||
do nix flake check
|
||||
done
|
||||
Loading…
Add table
Reference in a new issue