Skip to content

fix(cable-health): split NGA fetch cache from computed response cache… #18

fix(cable-health): split NGA fetch cache from computed response cache…

fix(cable-health): split NGA fetch cache from computed response cache… #18

Workflow file for this run

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