Skip to content

chore: migrate to Makefiles and starflow #8

chore: migrate to Makefiles and starflow

chore: migrate to Makefiles and starflow #8

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:
fast-test-platforms: '[["jammy", "amd64"], ["noble", "arm64"], "macos-14-large"]'
slow-test-platforms: '["jammy", "macos-14-large"]'