Skip to content

Add CI workflow (lint + build) on push/PR to main#6

Merged
TaylorONeal merged 1 commit into
mainfrom
claude/fervent-hypatia-NfqMD
Jun 15, 2026
Merged

Add CI workflow (lint + build) on push/PR to main#6
TaylorONeal merged 1 commit into
mainfrom
claude/fervent-hypatia-NfqMD

Conversation

@TaylorONeal

Copy link
Copy Markdown
Owner

Summary

Adds a GitHub Actions CI workflow so every push and pull request to main is automatically linted and built.

Workflow (.github/workflows/ci.yml)

  • Triggers: push and pull_request targeting main.
  • Job — Lint & Build on ubuntu-latest:
    • Node 20 with npm cache
    • npm ci
    • npm run lint
    • npm run build
  • Concurrency: in-progress runs for the same ref are cancelled when new commits arrive, to save minutes.

Notes

  • npm run lint currently exits 0 (0 errors; the remaining warnings are react-refresh HMR hints in vendored shadcn ui/ files, which do not fail the build).
  • Verified locally: npm run lint → exit 0, npm run build → passes.

Generated by Claude Code

@TaylorONeal TaylorONeal merged commit 9381ccc into main Jun 15, 2026
1 check 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.

2 participants