Skip to content

⚙️ [Setting] PR 단계 lint/build 자동 검증을 위한 GitHub Actions CI 환경 구성 #128

@jjjsun

Description

@jjjsun

🔨 Issue Description

PR 단계에서 코드 품질을 자동으로 검증할 수 있도록 GitHub Actions 기반 CI 환경 구성예정

현재 상태는 PR 생성시에 lint와 build를 수동으로 확인하므로 오류 발견이 늦거나 리뷰 과정에서 누락이 발생할 수 있음
이번 작업을 통해 PR 단계에서 lint/build 자동 검증을 설계하여 코드 안정성을 높일 예정

🗯️ Setting Environment

  • GitHub Actions를 활용해서 PR 생성시 lint와 build가 자동으로 실행되도록 설정
  • CI workflow를 구성하여 저장소 기준으로 코드 품질을 검증할 수 있도록 설정
  • PR 단계에서 사전 오류를 확인할 수 있는 자동 검증 환경 마련

📝 Check List

  • GitHub Actions workflow 파일 생성
  • PR 기준 lint 자동 실행 설정
  • PR 기준 build 자동 실행 설정
  • CI 동작 정상 여부 확인
  • 브랜치/이벤트 조건 정리

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions