Skip to content

build(deps-dev): bump mypy from 1.17.0 to 1.17.1 (#74) #26

build(deps-dev): bump mypy from 1.17.0 to 1.17.1 (#74)

build(deps-dev): bump mypy from 1.17.0 to 1.17.1 (#74) #26

name: Bump Version and Create Release
permissions:
contents: read
on:
push:
branches:
- main
jobs:
black:
uses: prosegrinder/.github/.github/workflows/poetry-black.yaml@main
pylint:
uses: prosegrinder/.github/.github/workflows/poetry-pylint.yaml@main
mypy:
uses: prosegrinder/.github/.github/workflows/poetry-mypy.yaml@main
bandit:
uses: prosegrinder/.github/.github/workflows/poetry-bandit.yaml@main
test:
needs:
- pylint
- black
- mypy
- bandit
uses: prosegrinder/.github/.github/workflows/poetry-test.yaml@main
release:
needs: test
if: ${{ !startsWith(github.event.head_commit.message, 'bump:') }}
# Don't run 'bump:'
permissions:
contents: write
uses: prosegrinder/.github/.github/workflows/poetry-release.yaml@main
secrets:
VERSION_BUMP_TAG_TOKEN: "${{ secrets.VERSION_BUMP_TAG_TOKEN }}"