We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 145fdda commit 8ae461dCopy full SHA for 8ae461d
.github/workflows/test.yml
@@ -40,5 +40,8 @@ jobs:
40
files: ./coverage.xml
41
fail_ci_if_error: true # optional (default = false)
42
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
46
- name: Test cpp-linter-hooks
47
run: sh testing/run.sh
testing/.clang-format
@@ -1,3 +1,3 @@
1
---
2
-Language: Cpp
+Language: C
3
BasedOnStyle: WebKit
0 commit comments