Merge pull request #369 from ASFHyP3/dependabot/pip/pip-deps-2522c05591 #271
This file contains hidden or 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 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 |