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