From 7ed66a65187f8b70d9f762bf614e456d3fc9d45a Mon Sep 17 00:00:00 2001 From: Jared Van Bortel Date: Mon, 21 Oct 2024 17:58:46 -0400 Subject: [PATCH] set clazy version --- .github/workflows/lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7bde45d6..2b7d3791 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -40,6 +40,7 @@ jobs: - name: Clazy uses: nomic-ai/clazy-action@009a6378b899ab6d20f26647e624f3038384378e with: + version: '1.12' checks: "level0,no-container-anti-pattern,no-qstring-arg,no-qstring-ref,no-strict-iterators,no-unused-non-trivial-variable" database: gpt4all-chat/build path-regex: "gpt4all-(chat|backend)/src"