Skip to content

Fixed OptiNotFine

Fixed OptiNotFine #78

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.1.5
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}