From a27825dcd1695ed38e8f6c5b1a86a76ad0e9b96a Mon Sep 17 00:00:00 2001 From: QuantumGhost Date: Tue, 29 Apr 2025 16:17:02 +0800 Subject: [PATCH] Remove duplicated VALIDATE_EDITORCONFIG environment variable --- .github/workflows/style.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 9cbf9dae64..56f9b433f3 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -169,8 +169,6 @@ jobs: VALIDATE_DOCKERFILE_HADOLINT: true VALIDATE_XML: true VALIDATE_YAML: true - # EditorConfig validation - VALIDATE_EDITORCONFIG: true - name: EditorConfig checks uses: super-linter/super-linter/slim@v7