Skip to content

Validate jlink plugin #175

Validate jlink plugin

Validate jlink plugin #175

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:
lowest-python-version: ""
# Disable 3.11 and 3.13 while wheels for python-apt and pygit2 are not
# fully available.
fast-test-python-versions: '["3.10", "3.12"]'