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 86422e6 commit a612ec2Copy full SHA for a612ec2
1 file changed
.github/workflows/python_lint_and_test.yaml
@@ -37,8 +37,7 @@ jobs:
37
echo black:
38
black --check . || err=$?
39
echo ruff:
40
- ruff . || err=$?
41
- ruff --check . || err=$?
+ ruff check . || err=$?
42
exit $err
43
- name: Run tests with coverage
44
run: |
0 commit comments