Skip to content

Commit ad111c7

Browse files
committed
Fix linting
1 parent 8379998 commit ad111c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: yamlllint
1515
run: |
1616
pip install yamllint==1.35.1
17-
yamllint yamllint test/*.yml
17+
yamllint test/*.yml
1818
- name: cfn-lint
1919
run: |
2020
pip install cfn-lint==1.20.1

0 commit comments

Comments
 (0)