Skip to content

Commit 4e470c6

Browse files
Add arduino-lint CI check
1 parent 3349608 commit 4e470c6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pr-or-master-push.yml

+7
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,10 @@ jobs:
8686
valgrind --leak-check=full --track-origins=yes -v --error-limit=no --show-leak-kinds=all --error-exitcode=999 ./wav
8787
valgrind --leak-check=full --track-origins=yes -v --error-limit=no --show-leak-kinds=all --error-exitcode=999 ./midi
8888
89+
lint:
90+
runs-on: ubuntu-latest
91+
steps:
92+
- uses: actions/checkout@v2
93+
- uses: arduino/arduino-lint-action@v1
94+
with:
95+
library-manager: 'update'

0 commit comments

Comments
 (0)