Skip to content

Commit

Permalink
remove the lint workflow, use pre-commit.ci instead
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Jan 5, 2024
1 parent c520d6f commit e746500
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 @@ -45,17 +45,6 @@ jobs:

debug: true

lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: wntrblm/[email protected]
with:
python-versions: "3.12"
- name: Lint
run: nox --non-interactive --error-on-missing-interpreter --session "lint"


coveralls_finish:
needs: build-and-test
runs-on: ubuntu-latest
Expand Down

0 comments on commit e746500

Please sign in to comment.