ci: add pull request quality gates #12

Merged
codinget merged 1 commits from t3code/issue-four-ci into master 2026-07-23 00:22:44 +02:00
Owner

Summary

  • add a pull-request workflow with a shared Node 22 setup action
  • run clean install and production build once, then reuse dependency/build artifacts for typecheck and test gates
  • add ESLint and Prettier checks, including a formatted baseline and corrected package lockfile

Verification

  • npm ci
  • npm run build
  • npm run typecheck
  • npm run typecheck:test
  • npm run lint
  • npm run format:check
  • npm test

Closes #4

## Summary - add a pull-request workflow with a shared Node 22 setup action - run clean install and production build once, then reuse dependency/build artifacts for typecheck and test gates - add ESLint and Prettier checks, including a formatted baseline and corrected package lockfile ## Verification - npm ci - npm run build - npm run typecheck - npm run typecheck:test - npm run lint - npm run format:check - npm test Closes #4
codinget added 1 commit 2026-07-22 23:50:49 +02:00
ci: add pull request quality gates
CI / install-and-build (pull_request) Successful in 1m29s
CI / format (pull_request) Successful in 51s
CI / typecheck-source (pull_request) Successful in 41s
CI / typecheck-tests (pull_request) Successful in 39s
CI / test (pull_request) Successful in 51s
CI / lint (pull_request) Successful in 21s
31d4636dde
Co-Authored-By: gpt-5.6-terra <noreply@openai.com>
codinget merged commit 31d4636dde into master 2026-07-23 00:22:44 +02:00
codinget deleted branch t3code/issue-four-ci 2026-07-23 00:22:45 +02:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Reference: codinget/abode#12