From b1ece17f29a027f13f7b82e8c4085ba0fe4acc84 Mon Sep 17 00:00:00 2001 From: gggeek Date: Wed, 8 Feb 2023 09:10:22 +0000 Subject: [PATCH] add qodana scan to ci builds --- .github/workflows/ci.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1910258c..c452d6cb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -113,6 +113,11 @@ jobs: - name: test perl demo files run: 'perl demo/client/perl/test.pl' + - name: Qodana scan + uses: JetBrains/qodana-action@main + env: + QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} + - name: failure troubleshooting if: ${{ failure() }} run: | -- 2.47.0