Skip to content

Commit d2322dc

Browse files
committed
chore: add lint stage
1 parent 5c7483a commit d2322dc

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@ jobs:
1818
run: sudo apt-get install g++ cmake lcov libboost-all-dev
1919
- name: submodule
2020
run: git submodule update --init --recursive
21+
- name: lint
22+
run: bash linter.sh
2123
- name: test
2224
run: ./build.sh -t

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ addons:
99
packages: clang-format colordiff lcov libboost-all-dev
1010

1111
script:
12+
- ./linter.sh
1213
- ./build.sh -t
1314
- ./build.sh -c
1415

0 commit comments

Comments
 (0)