Skip to content

fix: repair truncated phrase input (#53) #88

fix: repair truncated phrase input (#53)

fix: repair truncated phrase input (#53) #88

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v3
- name: ruff check
run: uvx ruff check .
- name: pytest
run: uv run --no-sources pytest -q