Skip to content

Commit 62ca796

Browse files
committed
set arduino lint option for library update
1 parent a8c8cd4 commit 62ca796

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ jobs:
3232
run: |
3333
find src test -regex '.*\.\(cpp\|h\)' -exec clang-format-13 --dry-run --Werror {} \;
3434
find examples -regex '.*\.ino' -exec clang-format-13 --dry-run --Werror {} \;
35-
- uses: arduino/arduino-lint-action@v1
35+
- name: Lint with arduino-lint
36+
uses: arduino/arduino-lint-action@v1
37+
with:
38+
library-manager: update
3639
test:
3740
name: "Test"
3841
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)