1
0
mirror of https://github.com/arduino-libraries/ArduinoHttpClient.git synced 2025-04-19 21:22:15 +03:00

9 Commits

Author SHA1 Message Date
per1234
d07192a7f7 Add "smoke test" examples compilation CI workflow
On every push or pull request that affects library source or example files, and periodically, compile all example
sketches for the specified boards.
2021-04-11 23:48:52 -07:00
per1234
0d235030a6 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.
2021-04-11 22:01:54 -07:00
per1234
42d8a204f0 Add CI workflow to check for commonly misspelled words
On every push, pull request, and periodically, use the codespell-project/actions-codespell action to check for commonly
misspelled words.

In the event of a false positive, the problematic word should be added, in all lowercase, to the ignore-words-list field
of ./.codespellrc. Regardless of the case of the word in the false positive, it must be in all lowercase in the ignore
list. The ignore list is comma-separated with no spaces.
2021-04-11 21:41:26 -07:00
Sandeep Mistry
0009b3b70d Add MKRGSM and MKRNB links 2019-01-22 12:12:23 -05:00
tigoe
5e1f1f21bf Updated examples and readme.md 2019-01-22 12:12:23 -05:00
Sandeep Mistry
91ea1fd8fa Remove installation instructions, update dependencies 2016-06-17 15:10:32 -04:00
Sandeep Mistry
bb9bd9b422 Rename to ArduinoHttpClient, and other metadata updates 2016-06-17 09:31:49 -04:00
Adrian McEwen
fa50bfdbdb Installation instructions updated to use releases area 2013-11-23 12:28:37 +00:00
Adrian McEwen
476406b1bc Reworked the explanation to use markdown, for prettier formatting 2013-11-23 11:31:26 +00:00