We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc8aa38 commit fe0cb87Copy full SHA for fe0cb87
1 file changed
.github/workflows/correctness_check.yaml
@@ -15,9 +15,6 @@ jobs:
15
- name: Build partdiff
16
run: make
17
18
- - name: Check code format
19
- run: clang-format --dry-run -Werror partdiff.c
20
-
21
- name: Install Valgrind
22
run: sudo apt-get update && sudo apt-get install -y valgrind
23
0 commit comments