Skip to content

Commit 9ce9fd4

Browse files
committed
ci: add arduino-lint gothub action
1 parent 6d1a250 commit 9ce9fd4

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ Icon
2626
.AppleDesktop
2727
Network Trash Folder
2828
Temporary Items
29-
.apdisk
29+
.apdisk

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ paragraph=This library simplfies using the popular ChatGPT API for AI text creat
77
category=Data Processing
88
url=https://github.com/ProgrammingElectronicsAcademy/chatGPT-Arduino-library
99
architectures=*
10-
depends=ArduinoJson (>=6.21.3), WiFiClientSecure
10+
depends=ArduinoJson (>=6.21.3),WiFiClientSecure
1111
includes=ChatGPTuino.h

linting.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- name: arduino/arduino-lint-action
2+
uses: arduino/arduino-lint-action@v1.0.2
3+

0 commit comments

Comments
 (0)