Skip to content

Commit

Permalink
Create package-validation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbora authored Nov 4, 2023
1 parent 9859c51 commit 5801088
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/package-validation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
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
compliance: strict

0 comments on commit 5801088

Please sign in to comment.