We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 907fab2 commit 7843a45Copy full SHA for 7843a45
1 file changed
.github/workflows/python-package.yml
@@ -27,6 +27,9 @@ jobs:
27
- name: Lint with ruff
28
run: |
29
ruff check .
30
+ - name: Format with ruff
31
+ run: |
32
+ ruff format --check .
33
- name: Test with testtools
34
35
python -m testtools.run testresources.tests.test_suite
0 commit comments