Skip to content

docs: clarify local check vs CI steps#106

Open
kingrubic wants to merge 1 commit into
agentctxhq:mainfrom
kingrubic:bemi-docs-check-ci
Open

docs: clarify local check vs CI steps#106
kingrubic wants to merge 1 commit into
agentctxhq:mainfrom
kingrubic:bemi-docs-check-ci

Conversation

@kingrubic

Copy link
Copy Markdown
Contributor

Summary

  • clarify that npm run check is the local full gate: lint + typecheck + build + test
  • remove wording that says npm run check is exactly what CI invokes
  • update README, CONTRIBUTING, and CHANGELOG to match .github/workflows/ci.yml

Closes #103.

Test

  • npm run check

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.

Docs call npm run check "the CI gate" / "what CI runs", but the CI workflow never invokes it

1 participant