Merge pull request #458 from asfadmin/test #400
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Static code analysis | |
on: push | |
jobs: | |
call-ruff-workflow: | |
uses: ASFHyP3/actions/.github/workflows/[email protected] | |
call-mypy-workflow: | |
uses: ASFHyP3/actions/.github/workflows/[email protected] | |
cfn-lint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: scottbrenner/cfn-lint-action@v2 | |
with: | |
command: cfn-lint --info --ignore-checks W3002 --template **/cloudformation.yaml |