Skip to content

Commit b3ac067

Browse files
committed
edit super-linter action
1 parent 94f0c09 commit b3ac067

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/super-linter.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,7 @@ jobs:
2222
uses: super-linter/[email protected]
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25-
VALIDATE_MARKDOWN: true
26-
VALIDATE_TERRAFORM_FMT: true
27-
VALIDATE_TERRAFORM_TERRASCAN: true
28-
VALIDATE_TERRAFORM_TFLINT: true
29-
VALIDATE_PYTHON_BLACK: true
30-
VALIDATE_PYTHON_PYLINT: true
31-
VALIDATE_PYTHON_ISORT: true
32-
VALIDATE_PYTHON_MYPY: true
33-
VALIDATE_PYTHON_BANDIT: true
25+
VALIDATE_ALL_CODEBASE: true
3426

3527
# ✅ Step 2: Run Super-Linter in fix mode and commit changes
3628
fix-lint-issues:

0 commit comments

Comments
 (0)