fix: update Frontend TypeScript Check name and remove manual stage

This commit is contained in:
GitHub Actions
2025-12-18 03:47:55 +00:00
parent 8b49da4d25
commit 08f4683afc

View File

@@ -86,12 +86,11 @@ repos:
pass_filenames: false
stages: [manual] # Only runs when explicitly called
- id: frontend-type-check
name: Frontend TypeScript Check (Manual)
name: Frontend TypeScript Check
entry: bash -c 'cd frontend && npm run type-check'
language: system
files: '^frontend/.*\.(ts|tsx)$'
pass_filenames: false
stages: [manual] # Only runs when explicitly called
- id: frontend-lint
name: Frontend Lint (Fix)
entry: bash -c 'cd frontend && npm run lint -- --fix'