Skip to content

Commit

Permalink
maint: Drop linting from GA in favor of pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed Jun 20, 2024
1 parent 3bc3bbe commit ad7b70b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,6 @@ on:

jobs:

Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.x"
- run: |
python -m pip install --upgrade pip hatch
pip install -e .[dev]
hatch run lint
Test:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit ad7b70b

Please sign in to comment.