We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8379998 commit ad111c7Copy full SHA for ad111c7
.github/workflows/lint.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: yamlllint
15
run: |
16
pip install yamllint==1.35.1
17
- yamllint yamllint test/*.yml
+ yamllint test/*.yml
18
- name: cfn-lint
19
20
pip install cfn-lint==1.20.1
0 commit comments