We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0504ff + d66b98e commit 67006d4Copy full SHA for 67006d4
.github/workflows/arduino-lint.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@v4
7
+ - uses: arduino/arduino-lint-action@v1
8
+ with:
9
+ library-manager: update
10
+ compliance: strict
0 commit comments