Skip to content

Commit 5e86279

Browse files
committed
ci: let pre-commit.ci run formatting related tests
1 parent f4aea42 commit 5e86279

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,6 @@ on:
2323
workflow_dispatch:
2424

2525
jobs:
26-
pre-commit:
27-
name: Run pre-commit
28-
runs-on: ubuntu-20.04
29-
steps:
30-
- uses: actions/checkout@v3
31-
- uses: actions/setup-python@v3
32-
- uses: pre-commit/[email protected]
33-
3426
pytest:
3527
name: "Run pytest"
3628
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)