1
0
mirror of https://github.com/arduino-libraries/ArduinoHttpClient.git synced 2025-11-04 16:51:39 +03:00
Commit Graph

5 Commits

Author SHA1 Message Date
per1234
c014e0cdb8 Add GitHub Actions workflow to synchronize with shared repository labels (#120)
On every push that changes relevant files, and periodically, configure the repository's issue and pull request labels
according to the universal, shared, and local label configuration files.
2022-01-10 10:00:56 +01:00
per1234
b9db038174 Report changes in memory usage that would result from merging a PR
On creation or commit to a pull request, a report of the resulting change in memory usage of the examples will be
commented to the PR thread.
2021-04-11 23:48:52 -07:00
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