From 8bdc905648633c3f8275869166974c4636d52cc7 Mon Sep 17 00:00:00 2001 From: Nice3point Date: Sun, 19 Nov 2023 15:13:17 +0300 Subject: [PATCH] Disable Qodana --- .github/workflows/Qodana.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/Qodana.yml 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