Skip to content

WIP Run Qodana to check docs #1

WIP Run Qodana to check docs

WIP Run Qodana to check docs #1

Workflow file for this run

name: Qodana
on:
workflow_dispatch:
pull_request:
push:
jobs:
qodana:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
checks: write
steps:
- name: Check Out
uses: actions/checkout@v3
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
with:
pr-mode: false
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
QODANA_ENDPOINT: 'https://qodana.cloud'