Skip to content

Commit a8db3d6

Browse files
committed
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 36047b3 commit a8db3d6

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)