Skip to content

Bump the actions group with 1 update #93

Bump the actions group with 1 update

Bump the actions group with 1 update #93

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