Skip to content

Commit bcb3281

Browse files
committed
chore : ci workflow - lint step 내 자동 코드 스타일 수정 명령어 Hint 추가
1 parent 8ef42c4 commit bcb3281

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ jobs:
3535
bundler-cache: true
3636

3737
- name: Lint code for consistent style
38-
run: bin/rubocop -f github
38+
run: |
39+
# Please resolve lint error by `bin/rubocop -a` and re-commit
40+
bin/rubocop -f github
3941
4042
test:
4143
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)