Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit aa5b1c5

Browse files
committedJun 26, 2025·
workflows: Add format check
Now that we have formatted tree-wide, use meson's clang-format-check target to ensure no format regressions. Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
1 parent 12bcf3d commit aa5b1c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,8 @@ jobs:
2323
- name: Build mctp
2424
run: meson compile -C build
2525

26+
- name: Check formatting
27+
run: ninja -C build clang-format-check
28+
2629
- name: Test mctp
2730
run: meson test -C build

0 commit comments

Comments
 (0)
Please sign in to comment.