Skip to content

feat: add root-level validation workflow scripts#2666

Open
faisalnugroho wants to merge 1 commit into
coinbase:mainfrom
faisalnugroho:feat/add-validation-scripts
Open

feat: add root-level validation workflow scripts#2666
faisalnugroho wants to merge 1 commit into
coinbase:mainfrom
faisalnugroho:feat/add-validation-scripts

Conversation

@faisalnugroho
Copy link
Copy Markdown

No description provided.

Add centralized validation commands for contributors:
- lint: Run ESLint across the monorepo
- lint:fix: Auto-fix lint issues
- typecheck: Run TypeScript type checking
- test: Run test suite
- validate: Run all checks (lint + typecheck + test)

Replaces the placeholder test script with working validation
and provides a consistent developer workflow for contributors.

Closes coinbase#2646
@vercel
Copy link
Copy Markdown

vercel Bot commented May 28, 2026

@faisalnugroho is attempting to deploy a commit to the Coinbase Team on Vercel.

A member of the Team first needs to authorize it.

@cb-heimdall
Copy link
Copy Markdown

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 1
Sum 2

@faisalnugroho
Copy link
Copy Markdown
Author

Hi! Following up on this tooling PR. This PR adds root-level validation scripts (lint, typecheck, test) so contributors can verify their changes without knowing the monorepo internals.

All CI checks pass (StepSecurity ✅). Would love to get your review when you have a moment. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants