Skip to content

Merge pull request #8 from flagscript/fix/sem-again #10

Merge pull request #8 from flagscript/fix/sem-again

Merge pull request #8 from flagscript/fix/sem-again #10

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