diff --git a/.github/workflows/Qodana.yml b/.github/workflows/Qodana.yml deleted file mode 100644 index b5e576d02..000000000 --- a/.github/workflows/Qodana.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Code quality -on: - workflow_dispatch: - pull_request: - -jobs: - qodana: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - name: 'Qodana Scan' - uses: JetBrains/qodana-action@main - with: - post-pr-comment: true - github-token: ${{ secrets.GITHUB_TOKEN }} - env: - QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} \ No newline at end of file