Skip to content

fix(world-clock): stopPropagation on row drag handle to prevent panel… #27

fix(world-clock): stopPropagation on row drag handle to prevent panel…

fix(world-clock): stopPropagation on row drag handle to prevent panel… #27

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