Skip to content

Commit

Permalink
chore: update linters
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed May 11, 2022
1 parent 56effa2 commit 7b1f32a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:

- name: yamlllint
run: |
pip install yamllint==1.24.2
pip install yamllint==1.26.3
yamllint module.yml && yamllint test/*.yml
- name: cfn-lint
run: |
pip install cfn-lint==0.34.0
pip install cfn-lint==0.59.1
cfn-lint -t module.yml && cfn-lint -t test/*.yml
- name: license
Expand Down

0 comments on commit 7b1f32a

Please sign in to comment.