Skip to content

Commit

Permalink
fix nixfmt github action
Browse files Browse the repository at this point in the history
  • Loading branch information
nyiyui committed Aug 5, 2024
1 parent 279a263 commit 56c596f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nixfmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
- run: "nix develop --command nixfmt */*.nix"
- run: "nix develop --command nixfmt *.nix"
- name: commit and push
run: |
if git diff --exit-code; then
Expand Down

0 comments on commit 56c596f

Please sign in to comment.