mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-08-09 11:57:23 +00:00
cpp-linter: ignore third-party dependencies from FetchContent
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
parent
910e79f927
commit
f1025be542
1
.github/workflows/cpp-linter.yml
vendored
1
.github/workflows/cpp-linter.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user