Skip to content

Commit dc87288

Browse files
shubhamyadav2809jbamptonCopilot
authored
ci: Enable yamllint in Super-Linter (#19)
* ci: Enable yamllint in Super-Linter Adds VALIDATE_YAML: true to the Super-Linter workflow to enable yamllint. Closes #18 #hacktoberfest * Apply suggestion from @Copilot Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: John Bampton <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent a1163c8 commit dc87288

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ jobs:
3232
# To report GitHub Actions status checks
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
VALIDATE_MARKDOWN: true
35+
VALIDATE_YAML: true

0 commit comments

Comments
 (0)