Skip to content

Commit

Permalink
Create arduino-lint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kakopappa authored Aug 4, 2024
1 parent 8a67733 commit c04129a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/arduino-lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Arduino library compliance (Lint)
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: arduino/arduino-lint-action@v1
with:
library-manager: update

0 comments on commit c04129a

Please sign in to comment.