Skip to content

Commit

Permalink
Update arduino-lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ripred authored Feb 1, 2025
1 parent 8c0ffcc commit ef75746
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/arduino-lint.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@

name: Arduino-lint

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

0 comments on commit ef75746

Please sign in to comment.