From dfa5eeced871bb00c3a9bfcd72ac08ef26a3cac7 Mon Sep 17 00:00:00 2001 From: Ewan Miller Date: Thu, 1 Aug 2024 15:06:14 +0100 Subject: [PATCH] Update cpp-linter.yaml to only lint what has changed in a PR --- .github/workflows/cpp-linter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'