1
0
mirror of https://github.com/arduino-libraries/ArduinoHttpClient.git synced 2025-10-15 02:08:10 +03:00

Add CI workflow to do Arduino project-specific linting

On every push, pull request, and periodically, run Arduino Lint to check for common problems not related to the project
code.
This commit is contained in:
per1234
2021-04-11 21:54:28 -07:00
parent e9897fc568
commit 0d235030a6
2 changed files with 29 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
# ArduinoHttpClient
[![Check Arduino status](https://github.com/arduino-libraries/ArduinoHttpClient/actions/workflows/check-arduino.yml/badge.svg)](https://github.com/arduino-libraries/ArduinoHttpClient/actions/workflows/check-arduino.yml)
[![Spell Check status](https://github.com/arduino-libraries/ArduinoHttpClient/actions/workflows/spell-check.yml/badge.svg)](https://github.com/arduino-libraries/ArduinoHttpClient/actions/workflows/spell-check.yml)
ArduinoHttpClient is a library to make it easier to interact with web servers from Arduino.