Skip to content

Release 0.6.1: align Python with TypeScript defender and sync ONNX bu… #20

Release 0.6.1: align Python with TypeScript defender and sync ONNX bu…

Release 0.6.1: align Python with TypeScript defender and sync ONNX bu… #20

Workflow file for this run

name: CI
on:
push:
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
with:
python-version: ${{ matrix.python-version }}
- run: uv sync --group dev
- run: uv run pytest