We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 166c84d + 0207191 commit f5fd140Copy full SHA for f5fd140
.github/workflows/arduino-lint.yml
@@ -0,0 +1,10 @@
1
+name: Aarduino-lint
2
+on: [push, pull_request]
3
+jobs:
4
+ lint:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - uses: actions/checkout@v2
8
+ - uses: arduino/arduino-lint-action@v1
9
+ with:
10
+ library-manager: update
0 commit comments