Skip to content

build(deps-dev): bump cfn-lint from 0.77.10 to 0.79.5 #153

build(deps-dev): bump cfn-lint from 0.77.10 to 0.79.5

build(deps-dev): bump cfn-lint from 0.77.10 to 0.79.5 #153

Workflow file for this run

---
name: Lint CloudFormation Templates
on:
pull_request:
jobs:
cloudformation-linter:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- 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