We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d79a31f commit 8341934Copy full SHA for 8341934
1 file changed
.github/workflows/ci-md.yml
@@ -52,7 +52,7 @@ jobs:
52
# OBS: Ensures GitHub Actions YAML and other YAML files remain valid.
53
uses: ibiqlik/action-yamllint@v3
54
with:
55
- config_file: yamllint.yml # WHY: Use repo policy; avoid drifting defaults.
+ config_file: .yamllint.yml # WHY: Use repo policy; avoid drifting defaults.
56
file_or_dir: . # WHY: Lint YAML across the repository.
57
no_warnings: true # WHY: CI output should be actionable.
58
0 commit comments