Skip to content

add mypy workflow #1067

add mypy workflow

add mypy workflow #1067

Workflow file for this run

name: Test and build
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
call-pytest-workflow:
uses: ASFHyP3/actions/.github/workflows/reusable-pytest.yml@v0.12.0
with:
local_package_name: hyp3_autorift
python_versions: >-
["3.9"]
call-version-info-workflow:
uses: ASFHyP3/actions/.github/workflows/reusable-version-info.yml@v0.12.0
with:
python_version: '3.9'
call-docker-ghcr-workflow:
needs: call-version-info-workflow
uses: ASFHyP3/actions/.github/workflows/reusable-docker-ghcr.yml@v0.12.0
with:
version_tag: ${{ needs.call-version-info-workflow.outputs.version_tag }}
secrets:
USER_TOKEN: ${{ secrets.TOOLS_BOT_PAK }}