Skip to content

Fixed the recommended Qodana inspections #5

Fixed the recommended Qodana inspections

Fixed the recommended Qodana inspections #5

Workflow file for this run

name: Qodana
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
checks: write
pull-requests: write
defaults:
run:
working-directory: ./
jobs:
qodana-check:
runs-on: ubuntu-latest
name: Inspect Code
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run Qodana
uses: JetBrains/qodana-action@v2025.1
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}