Skip to content

fix: handle slashes/quotes/metachars in template description (#18, cl… #41

fix: handle slashes/quotes/metachars in template description (#18, cl…

fix: handle slashes/quotes/metachars in template description (#18, cl… #41

Workflow file for this run

name: pytest
on:
push:
branches: "main"
pull_request:
branches: "*"
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
- run: uv python install
- run: uv sync
- run: uv run pytest -vv