Skip to content

Commit

Permalink
Merge pull request #10 from lucalas/chore/arduino-lint-action
Browse files Browse the repository at this point in the history
Add arduino-lint action
  • Loading branch information
lucalas committed Nov 10, 2022
2 parents 21e402f + 4b08657 commit b98da09
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: arduino-lint

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
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=StreamlabsArduinoAlerts
version=1.0
version=1.0.0
author=Luca Taddeo
maintainer=Luca Taddeo
sentence=Library to get Streamlabs event from Twitch
Expand Down

0 comments on commit b98da09

Please sign in to comment.