Skip to content

Commit

Permalink
chore(ci): fix pre-commit on CI (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamagalhaes authored Oct 16, 2024
1 parent 106277b commit ec6b4b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
extra_args: >-
--all-files
--source ${{ steps.set-sha.outputs.base-sha }}
--origin ${{ steps.set-sha.outputs.base-sha }}
--origin ${{ steps.set-sha.outputs.head-sha }}
--show-diff-on-failure
--color=always

0 comments on commit ec6b4b3

Please sign in to comment.