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

ci: experiments with github actions #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fredbi
Copy link
Owner

@fredbi fredbi commented Feb 3, 2024

This PR exhibits experimental musings with github actions.

The objectives are:

  • try to avoid running a full test suite when only doc is updates (i.e. *.md files)
  • add some spell & grammar checking on doc (code is checked by a linter)
  • keep required checks, as they are desirable to properly check auto-merged PRs
  • try to throttle macos runners and avoid failures due to the lower limit on macos runners

@fredbi fredbi force-pushed the chore/ci-tune-actions branch 4 times, most recently from 2ec363e to 9780925 Compare February 7, 2024 12:51

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

@fredbi fredbi force-pushed the chore/ci-tune-actions branch 2 times, most recently from a4a4f1a to 54bb601 Compare February 7, 2024 18:23

This comment has been minimized.

Copy link

github-actions bot commented Feb 7, 2024

@check-spelling-bot Report

🔴 Please review

See the 📂 files view, the 📜action log, or 📝 job summary for details.

Unrecognized words (1)

gmail

To accept these unrecognized words as correct, you could run the following commands

... in a clone of the [email protected]:fredbi/analysis.git repository
on the chore/ci-tune-actions branch (ℹ️ how do I use this?):

curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/main/apply.pl' |
perl - 'https://github.com/fredbi/analysis/actions/runs/7819650659/attempts/1'
Available 📚 dictionaries could cover words not in the 📘 dictionary
Dictionary Entries Covers Uniquely
cspell:fullstack/dict/fullstack.txt 419 1 1

Consider adding them (in .github/workflows/go-test.yml) to extra_dictionaries:

          cspell:fullstack/dict/fullstack.txt

To stop checking additional dictionaries, add (in .github/workflows/go-test.yml):

check_extra_dictionaries: ''
Errors (1)

See the 📂 files view, the 📜action log, or 📝 job summary for details.

❌ Errors Count
❌ dictionary-not-found 2

See ❌ Event descriptions for more information.

@fredbi fredbi force-pushed the chore/ci-tune-actions branch 6 times, most recently from bce22de to 42ea3c8 Compare February 8, 2024 16:01
This PR exhibits experimental musings with github actions.

The objectives are:
* [x] avoid running a full test suite when only doc is updated (i.e. *.md files)
* [x] add some spell & grammar checking on doc _only_ (code "spelling" is already checked by a linter)
* [x] keep required checks in branch protection rules, as they are desirable to properly check auto-merged PRs
* [x] simplify branch protection rules: now only "MergeOK" is required

Cannot do (yet):
* [ ] throttle macos runners and avoid failures due to the lower limit on macos runners

Signed-off-by: Frédéric BIDON <[email protected]>
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.

1 participant