Skip to content

Commit

Permalink
Update ruff CI (#929)
Browse files Browse the repository at this point in the history
The original GH Action isn't compatible with Ruff 0.5 0, and unfortunately it can't be updated due to some legal bullshit.
  • Loading branch information
rdbende authored Jul 4, 2024
1 parent 77333a3 commit 0b66901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
- uses: nkarasiak/ruff-action@v2
with:
args: --output-format github

0 comments on commit 0b66901

Please sign in to comment.