Skip to content

Commit bf2d971

Browse files
authored
Update Arduino lint action and improve comments
Updated Arduino lint action to version 2 and added comments for clarity.
1 parent 4674529 commit bf2d971

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/arduino-checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
# Arduino - lint
2929
- name: Arduino-lint
30-
uses: arduino/arduino-lint-action@v1
30+
uses: arduino/arduino-lint-action@v2
3131
with:
3232
library-manager: update
3333
verbose: false
@@ -112,3 +112,4 @@ jobs:
112112
- 'examples/DMXSerialFlow'
113113
- 'examples/DmxSerialRecv'
114114
- 'examples/DmxSerialSend'
115+

0 commit comments

Comments
 (0)