Skip to content

feat: DurationPrecision option for fine-tuning the balance between … #7

feat: DurationPrecision option for fine-tuning the balance between …

feat: DurationPrecision option for fine-tuning the balance between … #7

Workflow file for this run

name: Qodana
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
- develop
jobs:
qodana:
name: Qodana Scan
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
checks: write
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Qodana Scan
uses: JetBrains/qodana-action@main
with:
upload-result: ${{ github.ref_name == 'main' || github.ref_name == 'develop' }}
args: --baseline,qodana.sarif.json
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}