Skip to content

fix(energy-complex): suppress EIA price cards when live tape covers s… #23

fix(energy-complex): suppress EIA price cards when live tape covers s…

fix(energy-complex): suppress EIA price cards when live tape covers s… #23

Workflow file for this run

name: Typecheck
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
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