Skip to content

Commit

Permalink
Call pre-commit command with -c flag
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Jan 3, 2024
1 parent a2d1233 commit ef1cd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v24
- run: nix develop -- pre-commit run -a
- run: nix develop -c pre-commit run -a

test:
strategy:
Expand Down

0 comments on commit ef1cd7e

Please sign in to comment.