We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a67733 commit c04129aCopy full SHA for c04129a
.github/workflows/arduino-lint.yaml
@@ -0,0 +1,10 @@
1
+name: Arduino library compliance (Lint)
2
+on: [push, pull_request]
3
+jobs:
4
+ lint:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - uses: actions/checkout@v3
8
+ - uses: arduino/arduino-lint-action@v1
9
+ with:
10
+ library-manager: update
0 commit comments