Skip to content

Commit

Permalink
ci: use correct nix fmt syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
  • Loading branch information
rvolosatovs committed Dec 9, 2024
1 parent f903683 commit b3d619a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: ./.github/actions/install-nix
with:
cachixAuthToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix fmt
- run: nix fmt -L **/*.nix

run:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b3d619a

Please sign in to comment.