Skip to content

Commit 3ac1e13

Browse files
authored
Limit to yml files
1 parent 475b54a commit 3ac1e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/yaml-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: 'Yamllint'
1212
uses: karancode/yamllint-github-action@master
1313
with:
14-
yamllint_file_or_dir: 'charts/whatsapp-proxy-chart/*/*'
14+
yamllint_file_or_dir: 'charts/whatsapp-proxy-chart/*/*.yml'
1515
yamllint_strict: false
1616
yamllint_comment: true
1717
env:

0 commit comments

Comments
 (0)