Skip to content

Commit b98da09

Browse files
committed
Merge pull request #10 from lucalas/chore/arduino-lint-action
Add arduino-lint action
2 parents 21e402f + 4b08657 commit b98da09

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/workflows/main.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: arduino-lint
2+
3+
on: [push, pull_request]
4+
jobs:
5+
lint:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v3
9+
- uses: arduino/arduino-lint-action@v1
10+
with:
11+
library-manager: update

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=StreamlabsArduinoAlerts
2-
version=1.0
2+
version=1.0.0
33
author=Luca Taddeo
44
maintainer=Luca Taddeo
55
sentence=Library to get Streamlabs event from Twitch

0 commit comments

Comments
 (0)