Skip to content

Commit

Permalink
Updated lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rei-vilo committed Oct 23, 2024
1 parent 2b6a465 commit 94820d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: arduino/arduino-lint-action@v1
- uses: actions/checkout@v4
- uses: arduino/arduino-lint-action@v2
with:
library-manager: update
compliance: specification
compliance: permissive

0 comments on commit 94820d2

Please sign in to comment.