Skip to content

Commit b38025e

Browse files
Remove duplicate pre-commit check
1 parent b1c2f73 commit b38025e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/test.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,6 @@ on:
66
workflow_call:
77

88
jobs:
9-
pre-commit:
10-
runs-on: ubuntu-latest
11-
steps:
12-
- uses: actions/checkout@v3
13-
- name: Set up Python
14-
uses: actions/setup-python@v4
15-
with:
16-
python-version: 3.12
17-
- uses: pre-commit/action@v3.0.0
18-
199
pytest:
2010
runs-on: ubuntu-latest
2111
steps:

0 commit comments

Comments
 (0)