diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f30fc8e40..cb3147756 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -129,6 +129,11 @@ jobs: if: github.event_name == 'pull_request' run: ./gradlew lintDebug + - name: 'Qodana Scan' + uses: JetBrains/qodana-action@main + env: + QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} + - name: Setup Ruby if: github.event_name == 'pull_request' uses: ruby/setup-ruby@v1