Skip to content

Commit

Permalink
Make cpplint run quietly in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPushkin committed May 18, 2022
1 parent 907a3c4 commit 41b7e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
sudo apt-get install clang-tidy
- name: Run cpplint
run: cpplint --recursive .
run: cpplint --recursive --quiet .

- name: Run clang-tidy
run: run-clang-tidy -p ${{env.BUILD_SUBDIR}}

0 comments on commit 41b7e1d

Please sign in to comment.