Skip to content

Commit

Permalink
always re-run pre-commit on all files
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco086 committed Oct 12, 2023
1 parent 9e2b515 commit d67f4f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
pre-commit install
- name: Run pre-commit 👗🚀
run: |
pre-commit run
pre-commit run --all-files markdown-link-check
pre-commit run --all-files
test:
runs-on: "${{ matrix.os }}"
Expand Down

0 comments on commit d67f4f2

Please sign in to comment.