We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent becc873 commit 1abe5efCopy full SHA for 1abe5ef
.github/workflows/ci-workflow.yml
@@ -14,7 +14,7 @@ jobs:
14
pip install ruff
15
- name: Lint python with ruff
16
run: |
17
- ruff .
+ ruff check .
18
test-asreview:
19
name: Test Insights for ASReview LAB versions
20
runs-on: ubuntu-latest
0 commit comments