Skip to content

Commit cb23fec

Browse files
committed
ci(tests): Add ruff format checking
1 parent 6ae3fbd commit cb23fec

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,10 @@ jobs:
5151
poetry install -E "test coverage lint"
5252
5353
- name: Lint with ruff
54-
run: |
55-
poetry run ruff .
54+
run: poetry run ruff .
55+
56+
- name: Format with ruff
57+
run: poetry run ruff format . --check
5658

5759
- name: Lint with mypy
5860
run: poetry run mypy .

0 commit comments

Comments
 (0)