Skip to content

Commit

Permalink
add arduino-lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
RobTillaart committed May 27, 2021
1 parent 0f24b4b commit 12c20a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/arduino-lint.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

name: Arduino-lint

on: [push, pull_request]
Expand All @@ -9,4 +10,4 @@ jobs:
- uses: arduino/arduino-lint-action@v1
with:
library-manager: update
compliance: strict
compliance: strict

0 comments on commit 12c20a7

Please sign in to comment.