Skip to content

Commit e8f4ee4

Browse files
committed
disabled qodana...
1 parent 234430d commit e8f4ee4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ 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
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
3535

3636
# vim: ts=2:sts=2:sw=2:expandtab

0 commit comments

Comments
 (0)