GitHub Actions로 프론트엔드 CI 자동화 구축하기 (Setting Up Frontend CI Automation with GitHub Actions)
GitHub Actions로 프론트엔드 CI 자동화 구축하기 (Setting Up Frontend CI Automation with GitHub Actions)프론트엔드 코드가 main에 머지되기 전에 자동으로 빌드, 테스트, 린트를 거치도록 만드는 CI 파이프라인 구축 과정을 정리했습니다.This post walks through how to build a CI pipeline with GitHub Actions so your frontend code is automatically linted, tested, and built before being merged into main.왜 프론트엔드에도 CI가 필요할까? (Why Do We Need CI for Frontend?)작은 사이드 프로젝트를 할 때..
2025.11.14