Skip to content

Merge pull request #369 from ASFHyP3/dependabot/pip/pip-deps-2522c05591 #271

Merge pull request #369 from ASFHyP3/dependabot/pip/pip-deps-2522c05591

Merge pull request #369 from ASFHyP3/dependabot/pip/pip-deps-2522c05591 #271

name: Static analysis
on: push
jobs:
call-ruff-workflow:
uses: ASFHyP3/actions/.github/workflows/reusable-ruff.yml@v0.21.1
permissions:
contents: read
call-mypy-workflow:
uses: ASFHyP3/actions/.github/workflows/reusable-mypy.yml@v0.21.1
permissions:
contents: read
cfn-lint:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v6
with:
python-version: 3.12
- run: make install
- run: make cfn-lint