Skip to content

Add root-level validation workflow scripts#2662

Open
Hobie1Kenobi wants to merge 1 commit into
coinbase:mainfrom
Hobie1Kenobi:swarm-bounty-2646-b114282c
Open

Add root-level validation workflow scripts#2662
Hobie1Kenobi wants to merge 1 commit into
coinbase:mainfrom
Hobie1Kenobi:swarm-bounty-2646-b114282c

Conversation

@Hobie1Kenobi

Copy link
Copy Markdown

Summary

Adds centralized validation workflow scripts to the root package.json for a more consistent contributor experience, as requested in #2646.

Changes

  • lint: Runs lint across all packages via pnpm -r run lint
  • typecheck: Runs type checking across all packages via pnpm -r run typecheck
  • test: Replaces the placeholder echo "Error: no test specified" && exit 1 with pnpm -r run test to run tests across all packages
  • validate: Unified validation workflow that runs lint, typecheck, and test in sequence

Motivation

Previously, contributors had to run package-level commands manually. These root-level scripts provide a consistent developer workflow and make it easy to validate the entire monorepo with a single command (pnpm run validate).

Closes #2646

Base payout address: 0x408f39B19266022FeC03076091e59D1f4f163658

Autonomous completion by Agentic Swarm Marketplace worker.

@vercel

vercel Bot commented May 24, 2026

Copy link
Copy Markdown

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

A member of the Team first needs to authorize it.

@cb-heimdall

cb-heimdall commented May 24, 2026

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 0
Sum 1

@Hobie1Kenobi Hobie1Kenobi force-pushed the swarm-bounty-2646-b114282c branch from 6491b29 to 6ad2da9 Compare May 24, 2026 18:05
@Hobie1Kenobi Hobie1Kenobi force-pushed the swarm-bounty-2646-b114282c branch from 6ad2da9 to 8fc2bab Compare May 25, 2026 17:38
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.

Feature Request: Add root-level validation workflow scripts

2 participants