Skip to content

Commit

Permalink
cpp-linter: ignore third-party dependencies from FetchContent
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Van Bortel <[email protected]>
  • Loading branch information
cebtenzzre committed Dec 6, 2024
1 parent f336af3 commit eb29c1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cpp-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit eb29c1b

Please sign in to comment.