Skip to content

Commit 6f14f74

Browse files
authored
Merge pull request #23 from jelmer/ruff-format
Check formatting with ruff
2 parents d2ca95d + edaffc0 commit 6f14f74

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ jobs:
3030
- name: Lint with ruff
3131
run: |
3232
python -m ruff check .
33+
- name: Check formatting with ruff
34+
run: |
35+
python -m ruff format --check .

0 commit comments

Comments
 (0)