Skip to content

Add optional prefix stripping for resulting output #1

Add optional prefix stripping for resulting output

Add optional prefix stripping for resulting output #1

Workflow file for this run

name: CI
on:
push:
branches:
- main
paths-ignore:
- "**.md"
pull_request:
paths-ignore:
- "**.md"
jobs:
ci:
strategy:
matrix:
python_version:
- "3.10"
- "3.11"
- "3.12"
- "3.13"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}
- run: pip install pytest
- run: python -m pytest