execute flake check in correct folder
This commit is contained in:
parent
8249369714
commit
296e3d769c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/demo.yml
vendored
2
.github/workflows/demo.yml
vendored
|
|
@ -12,5 +12,5 @@ jobs:
|
|||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- run: |
|
||||
for d in ./demo;
|
||||
do nix flake check
|
||||
do (cd "$d"; nix flake check)
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue