Skip to content

Commit f1942b3

Browse files
CI: Check ruff formatting
1 parent 1fa4d6d commit f1942b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
# Lint with ruff and cpplint
4646
- name: "Lint with ruff . . ."
4747
run: uv run ruff check
48+
- name: "Check ruff formatting . . ."
49+
run: uv run ruff format --diff
4850
- name: "Lint with cpplint . . ."
4951
run: uv run cpplint src/*.hpp src/*.cpp
5052

0 commit comments

Comments
 (0)