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