From 0e3f06cbe82511d9faf22d2b5cf4e18b2a915c21 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Fri, 1 Sep 2023 15:19:03 +0200 Subject: chore: add qodana ci Signed-off-by: Valery Piashchynski --- .github/workflows/qodana_code_quality.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/qodana_code_quality.yml (limited to '.github') diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml new file mode 100644 index 00000000..509e836e --- /dev/null +++ b/.github/workflows/qodana_code_quality.yml @@ -0,0 +1,20 @@ +name: Qodana +on: + workflow_dispatch: + pull_request: + push: + branches: + - master + - stable + +jobs: + qodana: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + with: + fetch-depth: 0 + - name: 'Qodana Scan' + uses: JetBrains/qodana-action@v2023.2 + env: + QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} \ No newline at end of file -- cgit v1.2.3