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 5c7483a commit d2322dcCopy full SHA for d2322dc
.github/workflows/c-cpp.yml
@@ -18,5 +18,7 @@ jobs:
18
run: sudo apt-get install g++ cmake lcov libboost-all-dev
19
- name: submodule
20
run: git submodule update --init --recursive
21
+ - name: lint
22
+ run: bash linter.sh
23
- name: test
24
run: ./build.sh -t
.travis.yml
@@ -9,6 +9,7 @@ addons:
9
packages: clang-format colordiff lcov libboost-all-dev
10
11
script:
12
+ - ./linter.sh
13
- ./build.sh -t
14
- ./build.sh -c
15
0 commit comments