Skip to content

feat: add pipe mode and composable --strip/--halt action flags #42

feat: add pipe mode and composable --strip/--halt action flags

feat: add pipe mode and composable --strip/--halt action flags #42

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11", "3.12", "3.13", "3.14"]
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v6
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- run: uv sync --group dev
- run: uv run pytest --cov=check_unicode --cov-fail-under=80
- run: uv run ruff check src/ tests/
- run: uvx ty check src/