Skip to content

Commit 5dc7183

Browse files
committed
Separate linting and formatting step.
Helps with understanding at a glance what failed and why.
1 parent 92689f3 commit 5dc7183

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
run: |
1414
pip install -r requirements_lint.txt
1515
- name: Lint
16-
run: |
17-
ruff check .
18-
ruff format --check .
16+
run: ruff check .
17+
- name: Check formatting
18+
run: ruff format --check .
1919

2020
test:
2121
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)