We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f6a131 commit b996435Copy full SHA for b996435
.github/workflows/lint.yml
@@ -14,11 +14,8 @@ jobs:
14
- name: yamlllint
15
run: |
16
pip install yamllint==1.35.1
17
- yamllint module.yml && yamllint test/*.yml
+ yamllint yamllint test/*.yml
18
- name: cfn-lint
19
20
pip install cfn-lint==1.20.1
21
- cfn-lint -i W3002 W2001 W1011 -t module.yml && cfn-lint -i W3002 W2001 W1011 -t test/*.yml # Remove W2001 after enabling SecondsUntilAutoPause
22
- - name: license
23
- run: |
24
- grep -q "LICENSE-2.0" module.yml
+ cfn-lint -i W3002 W1011 -t test/*.yml
0 commit comments