Skip to content

Commit

Permalink
try qodana
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg committed Dec 5, 2023
1 parent 90e3130 commit 3c63565
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/try-qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,16 @@ jobs:
inspection:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version:
8
17
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2023.2
env:
Expand Down

0 comments on commit 3c63565

Please sign in to comment.