Skip to content

GitHub upload results. #8

GitHub upload results.

GitHub upload results. #8

Workflow file for this run

name: Qodana
upload-result: true

Check failure on line 2 in .github/workflows/qodana.yml

View workflow run for this annotation

GitHub Actions / Qodana

Invalid workflow file

The workflow is not valid. .github/workflows/qodana.yml (Line: 2, Col: 1): Unexpected value 'upload-result'
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
qodana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}