Skip to content

Add Github Actions to check for typos#63

Open
alexfikl wants to merge 2 commits intoaradi:mainfrom
alexfikl:add-ci
Open

Add Github Actions to check for typos#63
alexfikl wants to merge 2 commits intoaradi:mainfrom
alexfikl:add-ci

Conversation

@alexfikl
Copy link
Contributor

@alexfikl alexfikl commented Mar 3, 2026

This adds a very simple Github Actions setup that only runs typos. I mostly copied this over from some other project, so it has a few extra things:

  • CI runs on pushes to main and PRs against main (the on: entries at the top).
  • CI runs on every Sunday at 12PM (the cron job in there).
  • in-progress CI jobs get cancelled if another commit was pushed to the same branch / PR (the concurrency: entry).

Also, since fypp isn't super active, the Github Actions CI thing will be automatically disabled after 3 months (I think) of inactivity and needs to be manually re-enabled after that. Just pushing a commit or a PR doesn't re-enable it, as far as I know.

xref: #59.

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