Skip to content

Commit

Permalink
Merge pull request #3 from sensebox/feat/lint-arduino-workflow
Browse files Browse the repository at this point in the history
ci: add lint arduino workflow
  • Loading branch information
felixerdy authored Nov 24, 2023
2 parents af27f86 + 85bacf8 commit 13523cd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/arduino-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Lint Arduino Library

on: [push, pull_request]

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: arduino/arduino-lint-action@v1

0 comments on commit 13523cd

Please sign in to comment.