From e7d660c34437283ab614f30e18beadac523321f7 Mon Sep 17 00:00:00 2001 From: QuantumGhost Date: Tue, 29 Apr 2025 11:42:42 +0800 Subject: [PATCH] try agiain --- .../linters/.editorconfig-checker.json | 0 .github/workflows/style.yml | 1 - 2 files changed, 1 deletion(-) rename .editorconfig-checker.json => .github/linters/.editorconfig-checker.json (100%) diff --git a/.editorconfig-checker.json b/.github/linters/.editorconfig-checker.json similarity index 100% rename from .editorconfig-checker.json rename to .github/linters/.editorconfig-checker.json diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 5a56ed9ec2..703c073243 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -166,4 +166,3 @@ jobs: VALIDATE_YAML: true # EditorConfig validation VALIDATE_EDITORCONFIG: true - EDITORCONFIG_FILE_NAME: .editorconfig-checker.json