Skip to content

AWS

AWS #2

Workflow file for this run

name: CI
on:
pull_request:
paths:
- "aws/**"
merge_group:
paths:
- "aws/**"
jobs:
cloudformation:
name: Validate CloudFormation Template
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
# TODO: Can this be cached? It's slow AF
- name: Setup Cloud Formation Linter with Latest Version
uses: scottbrenner/cfn-lint-action@v2
- name: Print the Cloud Formation Linter Version & run Linter.
run: |
cfn-lint --version
cfn-lint -t ./aws/cloudformation.yaml