Skip to content

Commit bfa08d0

Browse files
committed
Use lint from pre-commit.ci, remove workflow
1 parent 8178110 commit bfa08d0

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 11 deletions
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/action@v3.0.0
25-
2615
# Run tests
2716
test:
2817
name: Test

0 commit comments

Comments
 (0)