Skip to content

Commit 7843a45

Browse files
committed
Enforce ruff formatting in github
1 parent 907fab2 commit 7843a45

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- name: Lint with ruff
2828
run: |
2929
ruff check .
30+
- name: Format with ruff
31+
run: |
32+
ruff format --check .
3033
- name: Test with testtools
3134
run: |
3235
python -m testtools.run testresources.tests.test_suite

0 commit comments

Comments
 (0)