Skip to content

#1491 Do not list unlisted targets in error message #539

#1491 Do not list unlisted targets in error message

#1491 Do not list unlisted targets in error message #539

Workflow file for this run

name: qodana-scan
on:
push:
pull_request:
jobs:
qodana-scan:
name: Qodana Scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: JetBrains/qodana-action@main
with:
upload-result: false
args: --baseline,qodana.sarif.json
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}