diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 19e361f..5249d4d 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -39,6 +39,7 @@ jobs: 6. **중첩 최소화** (이중 이상 분기·반복문 지양) 7. **중괄호 생략 금지** 8. **하드 코딩 금지** - 9. **미사용 코드 제거** + 9. **미사용 코드 제거** + 10. **오탈자 방지** 위반사항이 없으면 `None`이라고 답변해 주세요. \ No newline at end of file