Skip to content

Commit

Permalink
Fix deprecated ruff check command
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 authored Sep 2, 2024
1 parent becc873 commit 1abe5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
pip install ruff
- name: Lint python with ruff
run: |
ruff .
ruff check .
test-asreview:
name: Test Insights for ASReview LAB versions
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1abe5ef

Please sign in to comment.