From 0bf94a08791f49727ff905a8d88a103c4cec6da5 Mon Sep 17 00:00:00 2001 From: Koudai Aono Date: Thu, 22 Jun 2023 21:56:13 +0900 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a999e36d..8fce4900 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -124,6 +124,8 @@ jobs: # Run Qodana inspections - name: Qodana - Code Inspection uses: JetBrains/qodana-action@v2023.1.4 + with: + args: --source-directory,src,testSrc # Prepare plugin archive content for creating artifact - name: Prepare Plugin Artifact