Skip to content

Add CI workflow: type-check, lint, tests, build - #6

Merged
roboloop merged 1 commit into
mainfrom
ci/github-actions
Aug 27, 2026
Merged

Add CI workflow: type-check, lint, tests, build#6
roboloop merged 1 commit into
mainfrom
ci/github-actions

Conversation

@roboloop

Copy link
Copy Markdown
Owner

Adds .github/workflows/ci.yml running on every PR and on pushes to main:

  • npm run type-check (vue-tsc)
  • npx oxlint . and npx eslint . — invoked directly without --fix (the repo's lint scripts auto-fix, which would mask failures in CI)
  • npm run test:unit (vitest)
  • npm run build-only (vite build)

All steps verified green locally (83/83 tests). This PR itself should show the new CI check — the first check ever on this repo.

Deploys are handled separately by connecting the Worker to this repo via Cloudflare Workers Builds in the dashboard.

🤖 Generated with Claude Code

https://claude.ai/code/session_01HHE8HJDRa4p1DvSXvLae9g

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
only-dashboard de9e4f2 Commit Preview URL

Branch Preview URL
Aug 27 2026, 10:48 PM

@roboloop
roboloop merged commit 4da426e into main Aug 27, 2026
2 checks passed
@roboloop
roboloop deleted the ci/github-actions branch August 27, 2026 22:50
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