Skip to content

Merge pull request #246 from ASFHyP3/dependabot/pip/moto-5.0.27 #4

Merge pull request #246 from ASFHyP3/dependabot/pip/moto-5.0.27

Merge pull request #246 from ASFHyP3/dependabot/pip/moto-5.0.27 #4

name: Static 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: actions/setup-python@v5
with:
python-version: 3.12
- run: make install
- run: make cfn-lint