diff --git a/.github/workflows/native.yml b/.github/workflows/native.yml index 6e5cbb1..93e5c14 100644 --- a/.github/workflows/native.yml +++ b/.github/workflows/native.yml @@ -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}}