Skip to content

Commit

Permalink
Allow ruff to run in 5 sec and add ruff GitHub Annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Dec 11, 2023
1 parent f69658f commit 2806757
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Expand Up @@ -16,11 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.x"
cache: pip
- run: pip install ruff
- run: pip install --user ruff
- run: ruff --output-format=github
test:
runs-on: '${{ matrix.os }}'
Expand Down

0 comments on commit 2806757

Please sign in to comment.