From e1ef99ce48304c0e07212a3eb780ea90bad91798 Mon Sep 17 00:00:00 2001 From: strangelookingnerd <49242855+strangelookingnerd@users.noreply.github.com> Date: Tue, 11 Jun 2024 11:09:48 +0200 Subject: [PATCH] Cleanup --- .github/workflows/build.yml | 3 +-- .github/qodana.yml => qodana.yml | 0 2 files changed, 1 insertion(+), 2 deletions(-) rename .github/qodana.yml => qodana.yml (100%) 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