From f6c495af54bcabc8cdd71beb31425f8b5e3075c2 Mon Sep 17 00:00:00 2001 From: QuantumGhost Date: Tue, 29 Apr 2025 12:44:20 +0800 Subject: [PATCH] try agiain 4 --- .../{.editorconfig-checker.json => editorconfig-checker.json} | 0 .github/workflows/style.yml | 3 +++ 2 files changed, 3 insertions(+) rename .github/linters/{.editorconfig-checker.json => editorconfig-checker.json} (100%) diff --git a/.github/linters/.editorconfig-checker.json b/.github/linters/editorconfig-checker.json similarity index 100% rename from .github/linters/.editorconfig-checker.json rename to .github/linters/editorconfig-checker.json diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 940bc5eb84..144bc7c02d 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -11,6 +11,8 @@ concurrency: permissions: checks: write + statuses: write + contents: read jobs: @@ -180,3 +182,4 @@ jobs: IGNORE_GITIGNORED_FILES: true # EditorConfig validation VALIDATE_EDITORCONFIG: true + EDITORCONFIG_FILE_NAME: editorconfig-checker.json