diff --git a/.github/workflows/cpp-linter.yaml b/.github/workflows/cpp-linter.yaml index 2753a0e..3bcb37b 100644 --- a/.github/workflows/cpp-linter.yaml +++ b/.github/workflows/cpp-linter.yaml @@ -45,7 +45,7 @@ jobs: ignore: '.github|_deps|CMakeFiles|spdlog*' format-review: true tidy-review: true - files-changed-only: false + files-changed-only: true thread-comments: true tidy-checks: 'boost-*,bugprone-*,performance-*,readability-*,portability-*,modernize-*,clang-analyzer-*,cppcoreguidelines-*,-modernize-use-trailing-return-type,-modernize-use-emplace,-readability-redundant-access-specifiers'