Skip to content

bunp version

bunp version #22

#-------------------------------------------------------------------------------#
# Discover all capabilities of Qodana in our documentation #
# https://www.jetbrains.com/help/qodana/about-qodana.html #
#-------------------------------------------------------------------------------#
name: Qodana
on:
push:
branches: ["main", "release/**"]
workflow_dispatch:
pull_request:
branches:
- main
- release/**
permissions:
contents: read
jobs:
qodana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2026.1
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
with:
pr-mode: false
use-caches: true
post-pr-comment: false
use-annotations: false
upload-result: false
push-fixes: 'none'