Skip to content

Commit 54269fe

Browse files
committed
fix(ci): use arduino-lint 1.2.0
new version 1.2.1 raised an error about default upload method. But it could not be fixed easily as Arduino seems not manage submenu level for upload method. See: stm32duino#1654 arduino/arduino-cli#1444 Signed-off-by: Frederic Pillon <[email protected]>
1 parent a444515 commit 54269fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/arduino-lint.yml

+2
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ jobs:
1717

1818
- name: Arduino Lint
1919
uses: arduino/arduino-lint-action@v1
20+
with:
21+
version: 1.2.0

0 commit comments

Comments
 (0)