We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 415c14a commit 8141364Copy full SHA for 8141364
.github/workflows/lint.yml
@@ -20,7 +20,7 @@ jobs:
20
yamllint .
21
- name: cfn-lint
22
run: |
23
- pip install cfn-lint==1.39.1
+ pip install cfn-lint==1.44.0
24
cfn-lint -i E1022 E3003 E3014 E3026 E3032 W1011 W2001 W2010 W3045 W6001 W8003 -t '**/*.yaml'
25
- name: license
26
0 commit comments