Skip to content

Conversation

@per1234
Copy link
Contributor

@per1234 per1234 commented Jan 13, 2021

We are transitioning CI services from Travis CI to GitHub Actions.

New workflows provide:

  • Check the contents of the repository's files for commonly misspelled words.
  • Compile example sketches
  • Report changes in memory usage that would result from merging a PR

Fixes #150

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.
@per1234 per1234 requested a review from aentinger January 13, 2021 07:08
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 very much @per1234 🚀

@aentinger aentinger merged commit 08f534e into arduino-libraries:master Jan 13, 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

2 participants