add qodana scan to ci builds
authorgggeek <giunta.gaetano@gmail.com>
Wed, 8 Feb 2023 09:10:22 +0000 (09:10 +0000)
committergggeek <giunta.gaetano@gmail.com>
Wed, 8 Feb 2023 09:10:22 +0000 (09:10 +0000)
.github/workflows/ci.yaml

index 1910258..c452d6c 100644 (file)
@@ -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: |