Skip to content

Commit 145437e

Browse files
authored
Update .github/workflows/pre-commit.yml
1 parent 291e885 commit 145437e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,9 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v3
3232
- uses: actions/setup-python@v3
33-
- uses: pre-commit/[email protected]
33+
- name: Install pre-commit
34+
run: |
35+
python -m pip install pre-commit
36+
- name: Run pre-commit
37+
run: |
38+
pre-commit run --all-files --color=always --show-diff-on-failure

0 commit comments

Comments
 (0)