diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ff23b7d..77c251a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ on: concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true - + jobs: # Prepare environment and build the plugin @@ -172,7 +172,6 @@ jobs: - name: Qodana - Code Inspection uses: JetBrains/qodana-action@v2024.1.5 with: - args: --config '.github/qodana.yml' cache-default-branch-only: true # Run plugin structure verification along with IntelliJ Plugin Verifier diff --git a/.github/qodana.yml b/qodana.yml similarity index 100% rename from .github/qodana.yml rename to qodana.yml