We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3349608 commit 4e470c6Copy full SHA for 4e470c6
.github/workflows/pr-or-master-push.yml
@@ -86,3 +86,10 @@ jobs:
86
valgrind --leak-check=full --track-origins=yes -v --error-limit=no --show-leak-kinds=all --error-exitcode=999 ./wav
87
valgrind --leak-check=full --track-origins=yes -v --error-limit=no --show-leak-kinds=all --error-exitcode=999 ./midi
88
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