Skip to content

ci: add typos-cli spelling check - #369

Merged
vados-cosmonic merged 1 commit into
bytecodealliance:mainfrom
ColumbusLabs:ci/368-add-typos-check
Aug 12, 2026
Merged

ci: add typos-cli spelling check#369
vados-cosmonic merged 1 commit into
bytecodealliance:mainfrom
ColumbusLabs:ci/368-add-typos-check

Conversation

@ColumbusLabs

Copy link
Copy Markdown
Contributor

Closes #368.

This adds a dedicated typos-cli check for pull requests and pushes to main. The workflow pins both actions to immutable commits and grants only read access to repository contents.

The initial local run found two genuine documentation misspellings, which this PR also fixes. _typos.toml recognizes the project's BA abbreviation so the checker remains focused on actionable findings.

Verification:

  • typos (v1.49.0) passes across the full repository.
  • actionlint .github/workflows/typos.yml passes.
  • mdbook build completes with the repository's pinned mdBook plugins.
  • git diff --check passes.

@vados-cosmonic vados-cosmonic left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

Thanks for the contributoin @ColumbusLabs -- this is just what we needed.

@vados-cosmonic
vados-cosmonic merged commit ac91350 into bytecodealliance:main Aug 12, 2026
12 checks passed
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 typos-cli check to CI

2 participants