Skip to content

Commit

Permalink
Use lint from pre-commit.ci, remove workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Oct 30, 2023
1 parent 8178110 commit bfa08d0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,6 @@ on:
workflow_dispatch:

jobs:
# https://github.com/pre-commit/action
pre-commit:
name: Lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: pre-commit/[email protected]

# Run tests
test:
name: Test
Expand Down

0 comments on commit bfa08d0

Please sign in to comment.