Skip to content

fix(seeds): lazy-load @aws-sdk/client-s3 in R2 storage helper (#1654) #11

fix(seeds): lazy-load @aws-sdk/client-s3 in R2 storage helper (#1654)

fix(seeds): lazy-load @aws-sdk/client-s3 in R2 storage helper (#1654) #11

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@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