Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
peteGSX committed Dec 6, 2023
1 parent 1fc0c2d commit c3bfcd9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/arduino-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: arduino/arduino-lint-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c3bfcd9

Please sign in to comment.