Skip to content

Use GitHub Actions for continuous integration #3

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

Merged
merged 5 commits into from
Jan 21, 2021
Merged

Use GitHub Actions for continuous integration #3

merged 5 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 https://github.com/bcmi-labs/Arduino_Portenta_OTA/issues/2

@per1234 per1234 requested a review from aentinger January 21, 2021 07: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/Arduino_Portenta_OTA/actions?query=branch%3Aci

@@ -1,5 +1,5 @@
/*
This file is part of ArduinoIoTCloud.
This file is part of Arduino_Portenta_OTA.
Copy link
Contributor

Choose a reason for hiding this comment

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

Good catch and thank god for reviews ;) I thought I had cleaned up everything - and yet.

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.

LGTM 👍 Thank you @per1234 🚀

@aentinger aentinger merged commit 1eda5c7 into arduino-libraries:main Jan 21, 2021
@aentinger aentinger deleted the ci branch January 21, 2021 09:14
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
2 participants