Skip to content

Commit

Permalink
ci: Remove unnecessary lint step from test action
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed Oct 18, 2024
1 parent 89f8451 commit 942b46a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,4 @@ jobs:
- run: |
python -m pip install --upgrade pip hatch
pip install -e .[dev]
# Stop the build if there are Python syntax errors or undefined names
ruff . --select=E9,F63,F7,F82 --show-source
hatch run test

0 comments on commit 942b46a

Please sign in to comment.