Skip to content

Commit 2b2f50e

Browse files
committed
ci: Remove pre-commit run from the check step.
Pre-commit hooks are now run via pre-commit.ci. Signed-off-by: Michael Seifert <[email protected]>
1 parent b735e8a commit 2b2f50e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ jobs:
3030
- name: Install GitHub matcher for ActionLint checker
3131
run: |
3232
echo "::add-matcher::.github/actionlint-matcher.json"
33-
- name: Install pre-commit
34-
run: python -m pip install pre-commit
35-
- name: Run pre-commit checks
36-
run: pre-commit run --all-files --show-diff-on-failure
3733
- name: Install check-wheel-content, and twine
3834
run: python -m pip install build check-wheel-contents tox twine
3935
- name: Build package

0 commit comments

Comments
 (0)