Skip to content

Bump scottbrenner/cfn-lint-action from 2.4.5 to 2.4.6 #252

Bump scottbrenner/cfn-lint-action from 2.4.5 to 2.4.6

Bump scottbrenner/cfn-lint-action from 2.4.5 to 2.4.6 #252

Workflow file for this run

name: Static analysis
on: push
jobs:
secrets:
uses: ASFHyP3/actions/.github/workflows/[email protected]
flake8:
uses: ASFHyP3/actions/.github/workflows/[email protected]
with:
local_package_names: fetcher,api
cfn-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: scottbrenner/[email protected]
- run: cfn-lint --info --ignore-checks W3002 --template `find . -name cloudformation.yml`