Skip to content

docs: clarify v0.2 release maturity history #95

docs: clarify v0.2 release maturity history

docs: clarify v0.2 release maturity history #95

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
local-checks:
name: local-checks / Python 3.12
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Set up Python 3.12
uses: actions/setup-python@v6
with:
python-version: "3.12"
- name: Run local checks
run: ./scripts/check.sh