Skip to content

.github/workflows/code_quality.yml #74

.github/workflows/code_quality.yml

.github/workflows/code_quality.yml #74

Workflow file for this run

name: Qodana
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
qodana:
runs-on: ubuntu-latest
steps:
- name: Code Checkout
uses: actions/checkout@v3.5.3
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2023.2.1
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}