Skip to content

build(deps): update dependency sphinx-toolbox to v3.8.1 #48

build(deps): update dependency sphinx-toolbox to v3.8.1

build(deps): update dependency sphinx-toolbox to v3.8.1 #48

Workflow file for this run

name: QA
on:
push:
branches:
- "main"
- "feature/*"
- "hotfix/*"
- "release/*"
- "renovate/*"
pull_request:
jobs:
lint:
uses: canonical/starflow/.github/workflows/lint-python.yaml@main
test:
uses: canonical/starflow/.github/workflows/test-python.yaml@main
with:
# Limiting to amd64 as a workaround for https://github.com/canonical/craft-archives/issues/144
# When fixing that bug, add arm64 runners as well for fast tests.
fast-test-platforms: '[["jammy", "amd64"], ["noble", "amd64"]]'
slow-test-platforms: '[["jammy", "amd64"]]'
lowest-python-platform: self-hosted-linux-amd64-jammy-edge