Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed Feb 5, 2024
1 parent d899ed7 commit 8b01e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: cfn-lint
run: |
pip install cfn-lint==0.85.0
cfn-lint -t module.yml
cfn-lint -i W3002 -t module.yml
- name: license
run: |
grep -q "LICENSE-2.0" module.yml

0 comments on commit 8b01e8e

Please sign in to comment.