Skip to content

add Qodana static code analysis #10

add Qodana static code analysis

add Qodana static code analysis #10

name: Qodana
on:
workflow_dispatch:
push:
branches:
- main
- 'fix/*'
- 'feature/*'
jobs:
qodana:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
checks: write
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: 'Qodana Scan'
uses: jetbrains/[email protected]
with:
pr-mode: 'false'
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}