Skip to content

Commit

Permalink
Add workflow for arduino lib linting
Browse files Browse the repository at this point in the history
  • Loading branch information
nhjschulz committed Oct 19, 2024
1 parent 36c2b6a commit 2df3193
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/arduino-lib-mgr-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# See https://github.com/arduino/arduino-lint-action

on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: arduino/arduino-lint-action@v2
with:
library-manager: update
compliance: strict

0 comments on commit 2df3193

Please sign in to comment.