Skip to content

Commit

Permalink
Merge pull request #134 from mathbunnyru/lint_pre_commit_ci
Browse files Browse the repository at this point in the history
Use lint from pre-commit.ci, remove redundant job
  • Loading branch information
manics authored Nov 22, 2023
2 parents 920a3a8 + bfa08d0 commit bf76362
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 bf76362

Please sign in to comment.