Skip to content

Commit b996435

Browse files
committed
Fixing linting
1 parent 4f6a131 commit b996435

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,8 @@ jobs:
1414
- name: yamlllint
1515
run: |
1616
pip install yamllint==1.35.1
17-
yamllint module.yml && yamllint test/*.yml
17+
yamllint yamllint test/*.yml
1818
- name: cfn-lint
1919
run: |
2020
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
21+
cfn-lint -i W3002 W1011 -t test/*.yml

0 commit comments

Comments
 (0)