Skip to content

Commit 1abe5ef

Browse files
authored
Fix deprecated ruff check command
1 parent becc873 commit 1abe5ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pip install ruff
1515
- name: Lint python with ruff
1616
run: |
17-
ruff .
17+
ruff check .
1818
test-asreview:
1919
name: Test Insights for ASReview LAB versions
2020
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)