Revert "chore: run primary CI before push"

This commit is contained in:
Tianyi Cui
2026-07-23 14:02:58 +08:00
committed by GitHub
parent 9c01696a7e
commit c79b34bda5
18 changed files with 37 additions and 132 deletions
+4 -4
View File
@@ -1,5 +1,5 @@
# Git hooks (lefthook). Pre-commit keeps commit-local checks fast; pre-push
# runs the primary Node CI inventory before publication.
# Git hooks (lefthook). Keep these local checkpoints fast; CI owns the full
# repository-wide gate matrix.
# Install: `pnpm exec lefthook install` (runs automatically via postinstall).
pre-commit:
@@ -19,5 +19,5 @@ pre-commit:
pre-push:
jobs:
- name: primary CI
run: pnpm run check:pre-push
- name: typecheck
run: node_modules/.bin/tsc -b --pretty false