Skip to content

Comments

chore(ci): add GitHub Actions workflow for lint and typecheck#118

Open
AdekunleBamz wants to merge 1 commit intohirosystems:mainfrom
AdekunleBamz:chore/add-ci-workflow
Open

chore(ci): add GitHub Actions workflow for lint and typecheck#118
AdekunleBamz wants to merge 1 commit intohirosystems:mainfrom
AdekunleBamz:chore/add-ci-workflow

Conversation

@AdekunleBamz
Copy link

Add a CI workflow to run linting and TypeScript type checks on pushes and pull requests.

Summary:

  • Add typecheck script to package.json: tsc --noEmit.
  • Add .github/workflows/ci.yml to run npm ci, npm run lint, and npm run typecheck on push and pull_request.

Rationale:
This ensures PRs are automatically validated for lint and type errors, improving code quality and reducing CI setup friction for contributors.

Files changed:

  • package.json (added typecheck script)
  • .github/workflows/ci.yml (new)

@vercel
Copy link

vercel bot commented Jan 21, 2026

Someone is attempting to deploy a commit to the Hiro Systems Team on Vercel.

A member of the Team first needs to authorize it.

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