Skip to content

ci: add proto freshness check to pre-push hook (#1594) #5

ci: add proto freshness check to pre-push hook (#1594)

ci: add proto freshness check to pre-push hook (#1594) #5

Workflow file for this run

name: Typecheck
on:
pull_request:
push:
branches: [main]
jobs:
typecheck:
# No secrets needed — run for all PRs including forks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
cache: 'npm'
- run: npm ci
- run: npm run typecheck
- run: npm run typecheck:api