dev #13
@@ -77,18 +77,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Prepare Qodana directories
|
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
mkdir -p .qodana/caches .qodana/results
|
|
||||||
|
|
||||||
- name: Qodana Scan
|
- name: Qodana Scan
|
||||||
uses: JetBrains/qodana-action@v2025.3
|
uses: JetBrains/qodana-action@v2025.3
|
||||||
env:
|
env:
|
||||||
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
|
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
|
||||||
with:
|
with:
|
||||||
cache-dir: .qodana/caches
|
cache-dir: /tmp
|
||||||
results-dir: .qodana/results
|
results-dir: /tmp
|
||||||
args: -i,backend
|
args: -i,backend
|
||||||
pr-mode: true
|
pr-mode: true
|
||||||
use-caches: false
|
use-caches: false
|
||||||
|
|||||||
Reference in New Issue
Block a user