From 41b7e1d120ddb6c7d69a48b59eb592cc78d3abe7 Mon Sep 17 00:00:00 2001 From: TimPushkin Date: Wed, 18 May 2022 14:50:11 +0300 Subject: [PATCH] Make cpplint run quietly in CI --- .github/workflows/native.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}