Skip to content

first commit

first commit #3

Workflow file for this run

name: cfn-lint
on:
- push
jobs:
cfn-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: cfn-lint
uses: scottbrenner/[email protected]
with:
args: "**/*.yaml"