Skip to content

Commit

Permalink
Qodona
Browse files Browse the repository at this point in the history
  • Loading branch information
ewoudje committed Jan 23, 2024
1 parent 7b73e6e commit c789e65
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 1.8
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 17
- name: Cache Gradle packages
uses: actions/cache@v1
with:
Expand All @@ -33,8 +33,8 @@ jobs:
restore-keys: ${{ runner.os }}-gradle
- name: Build and analyze
run: ./gradlew build --info
continue-on-error: true # still upload checkstyle report even if build fails
- uses: jwgmeligmeyling/checkstyle-github-action@master # show checkstyle/ktlint report
with:
path: |
build/reports/**/*.xml
continue-on-error: true
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@main
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN

0 comments on commit c789e65

Please sign in to comment.