Skip to content

feat: add GitHub Actions CI/CD workflow#51

Merged
Mosss-OS merged 2 commits into
mainfrom
merge/cicd
May 16, 2026
Merged

feat: add GitHub Actions CI/CD workflow#51
Mosss-OS merged 2 commits into
mainfrom
merge/cicd

Conversation

@Mosss-OS

Copy link
Copy Markdown
Owner

Summary

Adds CI/CD pipeline via GitHub Actions that runs on push/PR to main:

  • Type check (tsc --noEmit)
  • Lint (next lint)
  • Build (next build)
  • Test (vitest)
  • Deploy to Vercel on merge to main

Closes the feature/cicd stale branch.

- Add .github/workflows/ci.yml
- Run type check, lint, build, test on push/PR
- Auto-deploy to Vercel on main branch
@vercel

vercel Bot commented May 16, 2026

Copy link
Copy Markdown

Deployment failed with the following error:

Hobby accounts are limited to daily cron jobs. This cron expression (*/5 * * * *) would run more than once per day. Upgrade to the Pro plan to unlock all Cron Jobs features on Vercel.

Learn More: https://vercel.link/3Fpeeb1

@Mosss-OS Mosss-OS merged commit dcc033a into main May 16, 2026
0 of 2 checks passed
@Peys-OS Peys-OS deleted the merge/cicd branch May 16, 2026 16:21
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