We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21e402f + 4b08657 commit b98da09Copy full SHA for b98da09
.github/workflows/main.yml
@@ -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
@@ -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
0 commit comments