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 <[email protected]>
  • Loading branch information
rvolosatovs committed Dec 9, 2024
1 parent a4039c8 commit f5070e8
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 @@ -19,7 +19,7 @@ jobs:
- uses: ./.github/actions/install-nix
with:
cachixAuthToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix fmt
- run: nix fmt -L $(find . -type f -name '*.nix')

develop:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f5070e8

Please sign in to comment.