Skip to content

Commit

Permalink
πŸ’š change ci command
Browse files Browse the repository at this point in the history
  • Loading branch information
comavius committed Oct 26, 2024
1 parent 3b3c6a2 commit 1acd953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/exec-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix build ./exec-container/flake.nix
- run: nix flake check ./exec-container/flake.nix
- run: nix fmt && git diff-index --quiet HEAD
- run: nix fmt && git diff --exit-code || exit 1

0 comments on commit 1acd953

Please sign in to comment.