We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b9d10 commit f694d07Copy full SHA for f694d07
.github/workflows/build.yml
@@ -26,4 +26,10 @@ jobs:
26
restore-keys: ${{ runner.os }}-m2
27
- name: Build with Maven
28
run: ./mvnw -B package --file pom.xml -Pscala-2.12 -Dkotest.tags="!Kafka"
29
+ qodana:
30
+ runs-on: ubuntu-latest
31
+ steps:
32
+ - uses: actions/checkout@v3
33
+ - name: 'Qodana Scan'
34
+ uses: JetBrains/qodana-action@v5.0.2
35
# vim: ts=2:sts=2:sw=2:expandtab
0 commit comments