Skip to content

Bump tox from 3.28.0 to 4.12.1 #83

Bump tox from 3.28.0 to 4.12.1

Bump tox from 3.28.0 to 4.12.1 #83

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
check:
# TODO: Use the CI straight from the template
uses: ./.github/workflows/_check.yml
# TODO: Use the CI straight from the template
test:
needs: check
if: ${{ ! needs.check.outputs.branch-pr }}
uses: ./.github/workflows/_tox.yml
with:
tox: pre-commit,pytest
docs:
needs: check
if: ${{ ! needs.check.outputs.branch-pr }}
uses: ./.github/workflows/_docs.yml
permissions:
contents: write
release:
if: github.ref_type == 'tag'
needs: docs
# TODO: Use the CI straight from the template
uses: ./.github/workflows/_release.yml
permissions:
contents: write