mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-25 06:53:05 +00:00
fix syntax
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
parent
b5eaa25f9c
commit
48587d987b
13
.github/workflows/cpp-linter.yml
vendored
13
.github/workflows/cpp-linter.yml
vendored
@ -40,13 +40,12 @@ jobs:
|
|||||||
-DLLMODEL_KOMPUTE=OFF
|
-DLLMODEL_KOMPUTE=OFF
|
||||||
- uses: cpp-linter/cpp-linter-action@v2
|
- uses: cpp-linter/cpp-linter-action@v2
|
||||||
id: linter
|
id: linter
|
||||||
env:
|
with:
|
||||||
with:
|
style: '' # no clang-format
|
||||||
style: '' # no clang-format
|
extensions: 'c,cpp,h,inl'
|
||||||
extensions: 'c,cpp,h,inl'
|
tidy-checks: '' # use .clang-tidy config
|
||||||
tidy-checks: '' # use .clang-tidy config
|
database: gpt4all-chat/build
|
||||||
database: gpt4all-chat/build
|
version: 18
|
||||||
version: 18
|
|
||||||
- name: Fail Fast
|
- name: Fail Fast
|
||||||
if: steps.linter.outputs.clang-tidy-checks-failed > 0
|
if: steps.linter.outputs.clang-tidy-checks-failed > 0
|
||||||
run: exit 1
|
run: exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user