Skip to content

Commit bf76362

Browse files
authored
Merge pull request #134 from mathbunnyru/lint_pre_commit_ci
Use lint from pre-commit.ci, remove redundant job
2 parents 920a3a8 + bfa08d0 commit bf76362

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/test.yml

-11
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,6 @@ on:
1212
workflow_dispatch:
1313

1414
jobs:
15-
# https://github.com/pre-commit/action
16-
pre-commit:
17-
name: Lint
18-
runs-on: ubuntu-22.04
19-
steps:
20-
- uses: actions/checkout@v4
21-
- uses: actions/setup-python@v4
22-
with:
23-
python-version: 3.x
24-
- uses: pre-commit/[email protected]
25-
2615
# Run tests
2716
test:
2817
name: Test

0 commit comments

Comments
 (0)