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.
1 parent f71e3d4 commit 944abadCopy full SHA for 944abad
.github/workflows/arduino-lint-action.yml
@@ -0,0 +1,10 @@
1
+on: [push, pull_request]
2
+jobs:
3
+ lint:
4
+ runs-on: ubuntu-latest
5
+ steps:
6
+ - uses: actions/checkout@v3
7
+ - uses: arduino/arduino-lint-action@v1
8
+ with:
9
+ #library-manager: update
10
+ compliance: strict
0 commit comments