Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use GitHub Actions for continuous integration #29

Merged
merged 4 commits into from
Jan 21, 2021
Merged

Use GitHub Actions for continuous integration #29

merged 4 commits into from
Jan 21, 2021

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented Jan 21, 2021

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.


On every push or pull request that affects library source or example files, use the arduino/compile-sketches action to compile all example sketches for the specified boards.


On creation or commit to a pull request, use the arduino/report-size-deltas action to comment a report of the resulting change in memory usage of the examples to the PR thread.


On every push or pull request, run Arduino Lint to check for common problems not related to the project code.


Fixes #28

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.
On every push or pull request that affects library source or example files, compile all example sketches for the
specified boards.
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.
On every push or pull request, run Arduino Lint to check for common problems not related to the project code.
@per1234
Copy link
Contributor Author

per1234 commented Jan 21, 2021

You can see the CI runs in my fork here: https://github.com/per1234/ArduinoECCX08/actions?query=branch%3Aci

Copy link
Contributor

@aentinger aentinger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @per1234 🚀

@aentinger aentinger merged commit 6ef2708 into arduino-libraries:master Jan 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add GitHub Action based CI to this repository.
2 participants