Skip to content

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 git@github.com: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 <fredbi@yahoo.com>
@fredbi fredbi force-pushed the chore/ci-tune-actions branch from 42ea3c8 to 7b9adcf Compare February 17, 2024 06:56
@fredbi fredbi closed this Mar 18, 2025
@fredbi fredbi deleted the chore/ci-tune-actions branch March 18, 2025 09:18
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