Skip to content

Commit c2664c2

Browse files
committed
Qodanaをネイティブモードで実行
1 parent 81d2abc commit c2664c2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/code_quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
- name: 'Qodana Scan'
2828
uses: JetBrains/qodana-action@v2025.3
2929
with:
30-
args: -v,${{ env.JAVA_HOME }}:/root/.jdks/jdk-25
30+
args: --within-docker,false
3131
env:
3232
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

qodana.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
version: 1.0
22
linter: jetbrains/qodana-jvm-community:2025.3
3-
projectJDK: "25"

0 commit comments

Comments
 (0)