From fbd1de33ebe410a55cbe55ad0a40b6125522e021 Mon Sep 17 00:00:00 2001 From: Adrian Del Grosso <10929341+ad3154@users.noreply.github.com> Date: Wed, 11 Oct 2023 19:50:22 -0500 Subject: [PATCH] [CI]: Update Arduino linting action settings --- .github/workflows/linting.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 1c18b7b..cfc0966 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -5,3 +5,6 @@ jobs: steps: - uses: actions/checkout@v3 - uses: arduino/arduino-lint-action@v1 + with: + library-manager: update + project-type: library