Skip to content

Commit 3daad09

Browse files
committed
Revert "Update .github/workflows/pre-commit.yml"
This reverts commit 145437e.
1 parent ce1baa0 commit 3daad09

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,4 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v3
3232
- uses: actions/setup-python@v3
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
33+
- uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)