Skip to content

Commit

Permalink
Fixing linting
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaswittig committed Nov 29, 2024
1 parent bd5cd5d commit 00a87a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: cfn-lint
run: |
pip install cfn-lint==1.20.1
cfn-lint -i W3002 -t module.yml && cfn-lint -i W3002 -t test/*.yml
cfn-lint -i W3002 W2001 W1011 -t module.yml && cfn-lint -i W3002 W2001 W1011 -t test/*.yml # Remove W2001 after enabling SecondsUntilAutoPause
- name: license
run: |
grep -q "LICENSE-2.0" module.yml

0 comments on commit 00a87a9

Please sign in to comment.