Skip to content

Commit

Permalink
add cfn-lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
asjohnston-asf committed Apr 19, 2024
1 parent 14827e4 commit 88fbce3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,10 @@ jobs:
uses: ASFHyP3/actions/.github/workflows/[email protected]
with:
local_package_names: fetcher

cfn-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: scottbrenner/[email protected]
- run: cfn-lint cloudformation.yml

0 comments on commit 88fbce3

Please sign in to comment.