From eb009a36d500c530bcd40b5753884e9b40d0e3c8 Mon Sep 17 00:00:00 2001 From: QuantumGhost Date: Tue, 29 Apr 2025 12:14:30 +0800 Subject: [PATCH] try agiain 2 --- .github/workflows/style.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 703c073243..5b5ed69aee 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -166,3 +166,12 @@ jobs: VALIDATE_YAML: true # EditorConfig validation VALIDATE_EDITORCONFIG: true + + - name: EditorConfig checks + uses: super-linter/super-linter/slim@v7 + env: + DEFAULT_BRANCH: main + IGNORE_GENERATED_FILES: true + IGNORE_GITIGNORED_FILES: true + # EditorConfig validation + VALIDATE_EDITORCONFIG: true