We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f0c09 commit b3ac067Copy full SHA for b3ac067
.github/workflows/super-linter.yml
@@ -22,15 +22,7 @@ jobs:
22
uses: super-linter/[email protected]
23
env:
24
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
+ VALIDATE_ALL_CODEBASE: true
34
35
# ✅ Step 2: Run Super-Linter in fix mode and commit changes
36
fix-lint-issues:
0 commit comments