Skip to content

Commit 65a36a9

Browse files
committed
edit super-linter action
1 parent 024b050 commit 65a36a9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/super-linter.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,18 @@ jobs:
4141
env:
4242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4343
# ✅ Enable auto-fix for Shell, Python, YAML, Markdown, and Terraform:
44+
VALIDATE_MARKDOWN: true
45+
VALIDATE_TERRAFORM_FMT: true
46+
VALIDATE_TERRAFORM_TERRASCAN: true
47+
VALIDATE_TERRAFORM_TFLINT: true
4448
FIX_SHELL_SHFMT: true
4549
FIX_YAML_PRETTIER: true
4650
FIX_PYTHON_BLACK: true
4751
FIX_PYTHON_ISORT: true
4852
FIX_PYTHON_PYINK: true
4953
FIX_MARKDOWN: true
5054
FIX_TERRAFORM_FMT: true
51-
VALIDATE_TERRAFORM_FMT: true
52-
VALIDATE_TERRAFORM_TERRASCAN: true
53-
VALIDATE_TERRAFORM_TFLINT: true
55+
5456

5557
- name: Commit and push linting fixes
5658
if: github.event_name == 'pull_request' && github.ref_name != github.event.repository.default_branch

0 commit comments

Comments
 (0)