fix workflow
This commit is contained in:
parent
04161b6c19
commit
8249369714
1 changed files with 3 additions and 3 deletions
6
.github/workflows/demo.yml
vendored
6
.github/workflows/demo.yml
vendored
|
|
@ -11,6 +11,6 @@ jobs:
|
|||
with:
|
||||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- run: |
|
||||
for d in ./demo;
|
||||
do nix flake check
|
||||
done
|
||||
for d in ./demo;
|
||||
do nix flake check
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue