fix syntax

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
Jared Van Bortel 2024-11-08 18:42:02 -05:00
parent b5eaa25f9c
commit 48587d987b

View File

@ -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