Skip to content

Add continuous integration workflows#6

Merged
aentinger merged 7 commits intomainfrom
ci
Dec 26, 2020
Merged

Add continuous integration workflows#6
aentinger merged 7 commits intomainfrom
ci

Conversation

@per1234
Copy link
Contributor

@per1234 per1234 commented Dec 25, 2020

Add workflows to:

  • Compile examples
  • Report changes to memory usage resulting from changes proposed in PRs
  • Common problems with library structure and metadata
  • Checks for consistent file formatting
  • Spell check

Fixes #1

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, pull request, and periodically, use
[the `codespell-project/actions-codespell` action](https://github.com/codespell-project/actions-codespell) 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.
These are checks for common problems not related to the library code.
Check for deviations from standard file formatting unrelated to code style.
This caused the file formatting CI workflow to fail.
@per1234 per1234 added topic: ci Continuous integration for this repository. type: enhancement PR to improve the project. labels Dec 25, 2020
Copy link
Member

@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.

LTGM 👍 Thank you @per1234 🚀

@aentinger aentinger merged commit 1a4903d into main Dec 26, 2020
@aentinger aentinger deleted the ci branch December 26, 2020 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

topic: ci Continuous integration for this repository. type: enhancement PR to improve the project.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add GitHub Action based CI

2 participants