Skip to content

fix(resolves #1): Add github actions. cfn-lint and semantic-release #1

fix(resolves #1): Add github actions. cfn-lint and semantic-release

fix(resolves #1): Add github actions. cfn-lint and semantic-release #1

Workflow file for this run

name: Tests
on: push
jobs:
cloudformation-linter:
name: Lint CloudFormation Templates
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v4
with:
fetch-depth: 0
- 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