From: gggeek Date: Wed, 8 Feb 2023 09:10:22 +0000 (+0000) Subject: add qodana scan to ci builds X-Git-Tag: 4.10.0~25 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=b1ece17f29a027f13f7b82e8c4085ba0fe4acc84;p=plcapi.git add qodana scan to ci builds --- 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: |