Skip to content

Commit

Permalink
fix pre-commit action
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Nov 12, 2022
1 parent af6cea3 commit ceb4490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/pre-commit/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:
using: "composite"
steps:
- name: Run pre-commit
uses: pre-commit/action@v3
uses: pre-commit/action@v3.0.0
with:
extra_args: --all-files --hook-stage=manual
- name: Help message if pre-commit fail
Expand Down

0 comments on commit ceb4490

Please sign in to comment.