CI: drop duplicate strict smoke build check

This commit is contained in:
Vincent Koc
2026-03-07 15:44:20 -08:00
parent ab54532c8f
commit 07cccfc926

View File

@@ -186,7 +186,7 @@ jobs:
if: matrix.runtime != 'bun' || github.event_name != 'push'
run: ${{ matrix.command }}
# Types, lint, and format check.
# Types, lint, format, and targeted policy checks.
check:
name: "check"
needs: [docs-scope, changed-scope]
@@ -207,9 +207,6 @@ jobs:
- name: Check types and lint and oxfmt
run: pnpm check
- name: Strict TS build smoke
run: pnpm build:strict-smoke
- name: Enforce safe external URL opening policy
run: pnpm lint:ui:no-raw-window-open