Skip to content

feat(merchant): detail redesign #966 #1889

feat(merchant): detail redesign #966

feat(merchant): detail redesign #966 #1889

Workflow file for this run

name: Type Checks
on:
push:
branches: [main]
pull_request:
branches: ['**']
concurrency:
group: type-checks-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
type-checks:
runs-on: ubuntu-latest
env:
NODE_OPTIONS: --max-old-space-size=4096
steps:
- uses: actions/checkout@v6
- uses: ./.github/actions/setup
with:
needs-env: 'true'
needs-sync: 'false'
- name: Run Svelte check
run: pnpm run check
- name: Run TypeScript type check
run: pnpm run typecheck