Skip to content

Commit

Permalink
refactor: lint 액션 설정 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 committed Jun 8, 2024
1 parent 823433f commit 35fcc51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17

- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Test with Spotless
- name: Test with Ktlint
run: ./gradlew --info ktlintCheck

0 comments on commit 35fcc51

Please sign in to comment.