Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
answad authored Jun 15, 2024
1 parent 1e065c8 commit 01c6c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: '11' # 사용하는 Java 버전에 맞추세요.
java-version: '17'

- name: Run Detekt Linter
run: ./gradlew detektCheck
Expand Down

0 comments on commit 01c6c69

Please sign in to comment.