Skip to content

Commit f694d07

Browse files
committed
attempt to add qodana scan action to github actions
1 parent 54b9d10 commit f694d07

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,10 @@ jobs:
2626
restore-keys: ${{ runner.os }}-m2
2727
- name: Build with Maven
2828
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
2935
# vim: ts=2:sts=2:sw=2:expandtab

0 commit comments

Comments
 (0)