Skip to content

Commit

Permalink
GitHub Actions: ruff check --output-format=github --target-version=py39
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Nov 3, 2024
1 parent eea3abb commit d2c7725
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pip install --user codespell[toml] ruff
- run: codespell **/*.py **/*.txt --skip="venv/lib/python3*"
- run: ruff check --output-format=github --target-version=py38 .
- run: pipx run 'codespell[toml]' **/*.py **/*.txt --skip="venv/lib/python3*"
- run: pipx run ruff check --output-format=github --target-version=py39
ci:
strategy:
fail-fast: false
Expand Down

0 comments on commit d2c7725

Please sign in to comment.