build(deps): lock file maintenance (main) #56
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |