Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Added redirect to aws-ia gh-pages #59

Added redirect to aws-ia gh-pages

Added redirect to aws-ia gh-pages #59

Workflow file for this run

name: Lint CloudFormation Templates
on: [push]
jobs:
cloudformation-linter:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: cfn-lint
uses: scottbrenner/cfn-lint-action@master
with:
args: "templates/*.yaml"