Skip to content

Commit 7bba53f

Browse files
author
Codex Mobile Bridge
committed
Align security workflow with CI build gate
1 parent 1c66427 commit 7bba53f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/security.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,7 @@ jobs:
2222
run: npm audit --audit-level=high --omit=dev
2323
- name: Secret scan
2424
run: node scripts/check-secrets.js
25+
- name: Typecheck
26+
run: npx tsc --build
2527
- name: Security regression tests
2628
run: npx jest --no-cache

0 commit comments

Comments
 (0)