Skip to content

Commit 9993e76

Browse files
authored
Only run yamllint for data files
Signed-off-by: Cem Dervis <[email protected]>
1 parent d3dc5bc commit 9993e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
- name: "YAML lint"
1818
uses: karancode/yamllint-github-action@master
1919
with:
20-
yamllint_file_or_dir: "."
20+
yamllint_file_or_dir: "*.yaml"
2121
yamllint_strict: false
2222
yamllint_comment: false

0 commit comments

Comments
 (0)