We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 475b54a commit 3ac1e13Copy full SHA for 3ac1e13
.github/workflows/yaml-lint.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: 'Yamllint'
12
uses: karancode/yamllint-github-action@master
13
with:
14
- yamllint_file_or_dir: 'charts/whatsapp-proxy-chart/*/*'
+ yamllint_file_or_dir: 'charts/whatsapp-proxy-chart/*/*.yml'
15
yamllint_strict: false
16
yamllint_comment: true
17
env:
0 commit comments