From 4e057cb79b564fade1e7c1a24b8b3417de16b2f2 Mon Sep 17 00:00:00 2001 From: Sebastian Romero Date: Thu, 22 Aug 2024 16:39:26 +0200 Subject: [PATCH] Change Arduino linter mode to update --- .github/workflows/arduino-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/arduino-lint.yml b/.github/workflows/arduino-lint.yml index 926668d..2605704 100644 --- a/.github/workflows/arduino-lint.yml +++ b/.github/workflows/arduino-lint.yml @@ -22,7 +22,7 @@ jobs: uses: arduino/arduino-lint-action@v1 with: compliance: specification - library-manager: submit + library-manager: update # Always use this setting for official repositories. Remove for 3rd party projects. official: true project-type: library \ No newline at end of file