Skip to content

Commit 8341934

Browse files
committed
chore
1 parent d79a31f commit 8341934

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-md.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# OBS: Ensures GitHub Actions YAML and other YAML files remain valid.
5353
uses: ibiqlik/action-yamllint@v3
5454
with:
55-
config_file: yamllint.yml # WHY: Use repo policy; avoid drifting defaults.
55+
config_file: .yamllint.yml # WHY: Use repo policy; avoid drifting defaults.
5656
file_or_dir: . # WHY: Lint YAML across the repository.
5757
no_warnings: true # WHY: CI output should be actionable.
5858

0 commit comments

Comments
 (0)