Skip to content

Commit

Permalink
fix: arduino-lint update instead of submit
Browse files Browse the repository at this point in the history
  • Loading branch information
Bissas committed Nov 24, 2024
1 parent 0592f78 commit 7998adb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: arduino/arduino-lint-action@v1
with:
library-manager: submit
library-manager: update
compliance: strict

build-for-arduino:
Expand Down Expand Up @@ -58,4 +58,4 @@ jobs:
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
cli-compile-flags: |
- --warnings="none"
libraries: ${{env.GLOBAL_LIBS}}
libraries: ${{env.GLOBAL_LIBS}}

0 comments on commit 7998adb

Please sign in to comment.