Skip to content

Commit ca42841

Browse files
committed
remove pre-commit job
1 parent 53e86fb commit ca42841

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -14,30 +14,6 @@ defaults:
1414
shell: bash
1515

1616
jobs:
17-
# Run "pre-commit run --all-files"
18-
pre-commit:
19-
runs-on: ubuntu-20.04
20-
timeout-minutes: 2
21-
22-
steps:
23-
- uses: actions/checkout@v2
24-
- uses: actions/setup-python@v2
25-
with:
26-
python-version: 3.8
27-
28-
# ref: https://github.com/pre-commit/action
29-
- uses: pre-commit/[email protected]
30-
- name: Help message if pre-commit fail
31-
if: ${{ failure() }}
32-
run: |
33-
echo "You can install pre-commit hooks to automatically run formatting"
34-
echo "on each commit with:"
35-
echo " pre-commit install"
36-
echo "or you can run by hand on staged files with"
37-
echo " pre-commit run"
38-
echo "or after-the-fact on already committed files with"
39-
echo " pre-commit run --all-files"
40-
4117
build:
4218
runs-on: ${{ matrix.os }}
4319
strategy:

0 commit comments

Comments
 (0)