Skip to content

Commit eb29c1b

Browse files
committed
cpp-linter: ignore third-party dependencies from FetchContent
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
1 parent f336af3 commit eb29c1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cpp-linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
database: gpt4all-chat/build
5757
version: 18
5858
files-changed-only: false # TODO: set this back to true
59+
ignore: 'gpt4all-chat/build/_deps'
5960
- name: Fail Fast
6061
if: steps.linter.outputs.clang-tidy-checks-failed > 0
6162
run: exit 1

0 commit comments

Comments
 (0)