From 8615ff04e5798e592295b11ffa17e4e809c18c0c Mon Sep 17 00:00:00 2001 From: Shaun Reed Date: Sun, 20 Nov 2022 10:18:00 -0500 Subject: [PATCH] Clang tidy --- .github/workflows/clang-tidy-format.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/clang-tidy-format.yml b/.github/workflows/clang-tidy-format.yml index 4e128c9..fa2dcb4 100644 --- a/.github/workflows/clang-tidy-format.yml +++ b/.github/workflows/clang-tidy-format.yml @@ -35,6 +35,7 @@ jobs: style: '' # Use .clang-tidy file tidy-checks: '' + file-changed-only: false # Point to compile_commands.json produced by build database: 'build' # Use thread comments as feedback