Skip to content

[AWSMC-1069] Update templates to use v2 API and support UPDATE (#129) #377

[AWSMC-1069] Update templates to use v2 API and support UPDATE (#129)

[AWSMC-1069] Update templates to use v2 API and support UPDATE (#129) #377

Workflow file for this run

name: cfn-lint
on:
- push
jobs:
cfn-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: cfn-lint
uses: scottbrenner/cfn-lint-action@v2
with:
args: "**/*.yaml"