Skip to content

Commit

Permalink
Update cloudformation-validation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nethacker authored May 23, 2024
1 parent 10b2725 commit 70041a7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cloudformation-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ jobs:
- name: CloudFormation-Validation
run: |
pip install awscli
pip install yamllint
pip install cfn-lint
aws cloudformation validate-template --template-body file://2-zone-vpc-cf-template.yml --region us-east-1
which yamllint
yamllint 2-zone-vpc-cf-template.yml
cfn-lint 2-zone-vpc-cf-template.yml
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 comments on commit 70041a7

Please sign in to comment.