We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 92c4c9f + 316b981 commit 4ec3108Copy full SHA for 4ec3108
1 file changed
.github/workflows/checks.yml
@@ -58,6 +58,9 @@ jobs:
58
- name: Run pylint
59
run: poetry run task pylint
60
61
+ - name: Run ruff
62
+ run: poetry run task ruff
63
+
64
- name: Run pytest
65
run: poetry run task test
66
env:
0 commit comments