Skip to content

ci: Do not inspect buildSrc #32

ci: Do not inspect buildSrc

ci: Do not inspect buildSrc #32

Workflow file for this run

name: Qodana Scan
on:
push:
pull_request:
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 }}
with:
use-caches: false
upload-result: true
cache-default-branch-only: true