Skip to content

Commit

Permalink
fix: workflow 조건 추가 및, ktlint 버전 변경 #1
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdtkdgns committed Nov 15, 2023
1 parent dd99c7e commit 5e8fad4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
with:
github_token: ${{ secrets.GITHUBTOKEN }}
reporter: github-pr-check
ktlint_version: "0.50.0"
# fail_on_error: true # 오류 발생시 실패
ktlint_version: "1.0.0"
continue-on-error: true # 실패해도 계속 진행

# 빌드
- name: Gradle Clean & Build
Expand Down

0 comments on commit 5e8fad4

Please sign in to comment.