Skip to content

feat: add openclaw checks CI workflow#4368

Merged
whysosaket merged 2 commits intomem0ai:mainfrom
whysosaket:openclaw/ci-build
Mar 17, 2026
Merged

feat: add openclaw checks CI workflow#4368
whysosaket merged 2 commits intomem0ai:mainfrom
whysosaket:openclaw/ci-build

Conversation

@whysosaket
Copy link
Copy Markdown
Member

Summary

  • Add openclaw-checks.yml workflow that runs lint (tsc --noEmit), tests with coverage (vitest run
    --coverage), and build verification (tsup) for the openclaw/ folder
  • Triggers on push to main, PRs touching openclaw/**, and manual workflow_dispatch
  • Tests run across Node 20 and 22; lint and build run on Node 20
  • Add @vitest/coverage-v8 to devDependencies to support coverage reporting

Test plan

  • Trigger workflow manually from the Actions tab and verify all 3 jobs pass
  • Open a PR touching only openclaw/ and confirm openclaw checks triggers (and CI does not)
  • Open a PR touching only mem0/ and confirm ci triggers (and openclaw checks do not)
  • Verify coverage uploads to Codecov with the openclaw flag

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@whysosaket whysosaket merged commit 9864584 into mem0ai:main Mar 17, 2026
5 of 6 checks passed
@whysosaket whysosaket deleted the openclaw/ci-build branch March 17, 2026 06:36
jamebobob pushed a commit to jamebobob/mem0-vigil-recall that referenced this pull request Mar 29, 2026
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.

3 participants