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 d2322dc commit 2f0825fCopy full SHA for 2f0825f
.github/workflows/c-cpp.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v2
17
- name: apt
18
- run: sudo apt-get install g++ cmake lcov libboost-all-dev
+ run: sudo apt-get install g++ cmake lcov libboost-all-dev clang-format
19
- name: submodule
20
run: git submodule update --init --recursive
21
- name: lint
.travis.yml
@@ -9,7 +9,7 @@ addons:
9
packages: clang-format colordiff lcov libboost-all-dev
10
11
script:
12
- - ./linter.sh
+ - bash linter.sh
13
- ./build.sh -t
14
- ./build.sh -c
0 commit comments