From f1025be542338a58b25b875cf1c2efda6867b4b7 Mon Sep 17 00:00:00 2001 From: Jared Van Bortel Date: Fri, 6 Dec 2024 15:23:01 -0500 Subject: [PATCH] cpp-linter: ignore third-party dependencies from FetchContent Signed-off-by: Jared Van Bortel --- .github/workflows/cpp-linter.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cpp-linter.yml b/.github/workflows/cpp-linter.yml index 469375b3..12f46650 100644 --- a/.github/workflows/cpp-linter.yml +++ b/.github/workflows/cpp-linter.yml @@ -56,6 +56,7 @@ jobs: database: gpt4all-chat/build version: 18 files-changed-only: false # TODO: set this back to true + ignore: 'gpt4all-chat/build/_deps' - name: Fail Fast if: steps.linter.outputs.clang-tidy-checks-failed > 0 run: exit 1