Skip to content

Commit

Permalink
Skip qodana
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 authored Oct 2, 2023
1 parent 51e5162 commit be053e4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '11'
# - name: Set up JDK
# uses: actions/setup-java@v3
# with:
# distribution: 'zulu'
# java-version: '11'

- uses: JetBrains/[email protected]
with:
linter: jetbrains/qodana-jvm-android:latest
fail-threshold: 10
upload-result: true
# - uses: JetBrains/[email protected]
# with:
# linter: jetbrains/qodana-jvm-android:latest
# fail-threshold: 10
# upload-result: true

0 comments on commit be053e4

Please sign in to comment.