Skip to content

Commit

Permalink
ci: use find for nix fmt
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 b3d619a commit 3dc0b04
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 -L **/*.nix
- run: nix fmt -L $(find . -type f -name '*.nix')

run:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3dc0b04

Please sign in to comment.