We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64c4c56 + 71c616a commit 504bb09Copy full SHA for 504bb09
1 file changed
.github/workflows/arduino-lint.yml
@@ -1,3 +1,6 @@
1
+
2
+name: Arduino-lint
3
4
on: [push, pull_request]
5
jobs:
6
lint:
@@ -7,4 +10,4 @@ jobs:
7
10
- uses: arduino/arduino-lint-action@v1
8
11
with:
9
12
library-manager: update
- compliance: strict
13
+ # compliance: strict
0 commit comments