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:
|
with:
|
||||||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- run: |
|
- run: |
|
||||||
for d in ./demo;
|
for d in ./demo;
|
||||||
do nix flake check
|
do nix flake check
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue