Skip to content
This repository was archived by the owner on Sep 25, 2025. It is now read-only.

Bump the github-actions-deps group with 2 updates #570

Bump the github-actions-deps group with 2 updates

Bump the github-actions-deps group with 2 updates #570

name: Static code analysis
on: push
jobs:
call-ruff-workflow:
uses: ASFHyP3/actions/.github/workflows/reusable-ruff.yml@v0.20.0
call-mypy-workflow:
uses: ASFHyP3/actions/.github/workflows/reusable-mypy.yml@v0.20.0
cfn-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: mamba-org/setup-micromamba@v2
with:
environment-file: environment.yml
- shell: bash -l {0}
run: |
cfn-lint --info --ignore-checks W3002 --template cloudformation.yaml **/cloudformation.yaml