Skip to content

Bump mypy from 1.14.1 to 1.15.0 #727

Bump mypy from 1.14.1 to 1.15.0

Bump mypy from 1.14.1 to 1.15.0 #727

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.17.1
with:
local_package_name: asf_tools
python_versions: >- # Optional; default shown
["3.10", "3.11"]
call-version-info-workflow:
uses: ASFHyP3/actions/.github/workflows/reusable-version-info.yml@v0.17.1
with:
python_version: "3.10"
call-docker-ghcr-workflow:
needs: call-version-info-workflow
uses: ASFHyP3/actions/.github/workflows/reusable-docker-ghcr.yml@v0.17.1
with:
version_tag: ${{ needs.call-version-info-workflow.outputs.version_tag }}
secrets:
USER_TOKEN: ${{ secrets.TOOLS_BOT_PAK }}