Skip to content

Commit 5ccbac0

Browse files
committed
Check formatting in CI
1 parent 68495ca commit 5ccbac0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ jobs:
4141
run: |
4242
python -m ruff check .
4343
44+
- name: Format
45+
run: |
46+
python -m ruff format --check .
47+
4448
- name: Tests
4549
run: |
4650
python -W once -m testtools.run testtools.tests.test_suite

0 commit comments

Comments
 (0)