Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ibizaman authored Nov 20, 2023
1 parent 04161b6 commit 8249369
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8249369

Please sign in to comment.