Skip to content

Workflow file for this run

name: Qodana

Check failure on line 1 in .github/workflows/code_quality.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/code_quality.yml

Invalid workflow file

`jobs` is not a valid event name
on:
workflow_dispatch:
pull_request:
push:
branches:
- master
jobs:
qodana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: "Qodana Scan"
uses: JetBrains/qodana-action@main
env:
qodana-token: ${{secrets.QODANA_TOKEN}}