CI/CD GitHub actions 테스트 repository 클론 git clone git@github.com:ormcamp-fe-3rd/cicd.git # or git clone https://github.com/ormcamp-fe-3rd/cicd.git 패키지 설치 & 새로운 브랜치 생성 npm install git switch -c [브랜치 이름] 코드 수정 후 커밋 & 푸시 git commit -m '커밋 메세지' git push -u origin [브랜치 이름] PR 생성