diff options
author | Valery Piashchynski <[email protected]> | 2023-10-28 14:17:32 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-10-28 14:17:32 +0200 |
commit | 7dd023bbf340a87a54701a520c78c3375ce404fe (patch) | |
tree | 73c86e86cefa764c115fc79cdb614cea2d143113 /.github | |
parent | 319f7d33fd3cccef34f022d20947e1018e7976ab (diff) |
chore: remove qodana
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/qodana_code_quality.yml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml deleted file mode 100644 index 714e90a3..00000000 --- a/.github/workflows/qodana_code_quality.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Qodana -on: - workflow_dispatch: - pull_request: - push: - branches: - - master - - stable - -jobs: - qodana: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - name: 'Qodana Scan' - uses: JetBrains/[email protected] - with: - use-caches: false - env: - QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} |