From 74a46f66128800e511cc805c7928e2c6cc3a3774 Mon Sep 17 00:00:00 2001 From: Xavier Brassoud Date: Fri, 3 May 2024 10:29:38 +0200 Subject: [PATCH] ci: Switch arduino-lint to "update" mode (#8) --- .github/workflows/quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 6741b71..72fed4f 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -23,7 +23,7 @@ jobs: - name: arduino-lint uses: arduino/arduino-lint-action@v1 with: - library-manager: submit # TODO: swith to "update" when approved by the Arduino Team + library-manager: update compliance: strict - name: Code format