From c4deecaadbab5458fcebd6c01ce60139a90c1a01 Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Wed, 15 Feb 2023 06:01:02 +0100 Subject: [PATCH] Fix linting workflow by marking library as official Arduino library. --- .github/workflows/arduino-lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/arduino-lint.yml b/.github/workflows/arduino-lint.yml index 75b0927..8141476 100644 --- a/.github/workflows/arduino-lint.yml +++ b/.github/workflows/arduino-lint.yml @@ -22,5 +22,6 @@ jobs: - name: Arduino Lint uses: arduino/arduino-lint-action@v1 with: + official: true project-type: library library-manager: submit