Skip to content

Commit 9b717e7

Browse files
committed
Add ruff format CI check
1 parent b3ae568 commit 9b717e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run_tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ jobs:
2424
uses: actions/checkout@v5
2525
- name: Install dependencies
2626
uses: ./.github/actions/python-uv-setup
27-
- name: Run Ruff
27+
- name: Run Ruff linter
2828
run: uv run ruff check .
29+
- name: Run Ruff formatter
30+
run: uv run ruff format --check .
2931

3032
mypy:
3133
name: Mypy

0 commit comments

Comments
 (0)