Skip to content

Update qodana_code_quality.yml #148

Update qodana_code_quality.yml

Update qodana_code_quality.yml #148

name: Qodana

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

View workflow run for this annotation

GitHub Actions / .github/workflows/qodana_code_quality.yml

Invalid workflow file

you may only define one of `branches` and `branches-ignore` for a single event
on:
workflow_dispatch:
pull_request:
push:
branches:
- dev/main
- main
branches-ignore:
- 'dependabot/**'
jobs:
qodana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}