feat(ci): 프론트 타입체크 워크플로 신설 (#327) - #568
Closed
Khyojae wants to merge 2 commits into
Closed
Conversation
.github/workflows/ 에 frontend/ 를 보는 잡이 하나도 없었다 — backend-test.yml· ai-server-test.yml 은 paths 필터가 각자 다른 디렉터리라 프론트만 고친 PR 은 체크 자체가 안 떴다. 최소선(tsc --noEmit)만 넣는다 — package.json 에 lint·테스트 스크립트가 아직 없어 그 둘은 별건. 이슈가 지적한 «잡을 넣기 전에 현재 오류 수를 0으로 만들어야 한다»(ExternalLink.tsx의 낡은 @ts-expect-error)는 확인해보니 지금은 재현되지 않는다 — `npx tsc --noEmit -p .` 가 로컬에서 오류 0으로 통과한다(2026-08-26 확인). 그래서 이 PR 은 워크플로만 추가한다.
Summary
.github/workflows/frontend-test.yml신설 —frontend/**PR마다npm ci+tsc --noEmit.npx tsc --noEmit -p .오류 0.Test plan
frontend typecheck잡이 통과하는지 확인Closes #327
🤖 Generated with Claude Code
Summary by CodeRabbit
main브랜치 업데이트 시 자동 타입 검사를 수행합니다.