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 ab2d73d commit 174d0c0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/arduino-lint.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@

name: Arduino-lint

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

0 comments on commit 174d0c0

Please sign in to comment.