Skip to content

Commit be5f191

Browse files
committed
test3
1 parent 15a422c commit be5f191

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

.github/workflows/cpp_linters.yaml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,12 @@ jobs:
2222
- name: Install libraries
2323
run: make python-install-editable
2424

25-
- name: Install clang-tidy
26-
run: sudo apt install clang-tidy
27-
28-
- name: Run clang-tidy
29-
run: clang-tidy ./src/app/fast/
25+
- name: Install pipx
26+
run: sudo apt update \
27+
sudo apt install pipx \
28+
pipx ensurepath \
29+
sudo pipx ensurepath --global
30+
- name: Install cpplint
31+
run: pipx install cpplint
32+
- name: Run cpplint
33+
run: cpplint --filter=-whitespace/line_length,-whitespace/parens ./src/app/fast/

0 commit comments

Comments
 (0)