Skip to content

Commit dc8aa38

Browse files
committed
CI: Add clang-format check step
1 parent 44d8bb1 commit dc8aa38

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/correctness_check.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
- name: Build partdiff
1616
run: make
1717

18+
- name: Check code format
19+
run: clang-format --dry-run -Werror partdiff.c
20+
1821
- name: Install Valgrind
1922
run: sudo apt-get update && sudo apt-get install -y valgrind
2023

0 commit comments

Comments
 (0)