Skip to content

Commit 8ae461d

Browse files
committed
chore: update .clang-format and install headers
1 parent 145fdda commit 8ae461d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,8 @@ jobs:
4040
files: ./coverage.xml
4141
fail_ci_if_error: true # optional (default = false)
4242
verbose: true # optional (default = false)
43+
44+
- name: Install C devlopment headers
45+
run: sudo apt-get update && sudo apt-get install -y build-essential
4346
- name: Test cpp-linter-hooks
4447
run: sh testing/run.sh

testing/.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
2-
Language: Cpp
2+
Language: C
33
BasedOnStyle: WebKit

0 commit comments

Comments
 (0)