We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2661d85 commit e15fd38Copy full SHA for e15fd38
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Run ruff
26
shell: bash
27
run: |
28
- poetry run ruff
+ poetry run ruff check
29
30
test:
31
needs: [ 'ruff' ]
0 commit comments