Skip to content

chore(deps): bump pygments from 2.19.2 to 2.20.0 #18

chore(deps): bump pygments from 2.19.2 to 2.20.0

chore(deps): bump pygments from 2.19.2 to 2.20.0 #18

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: astral-sh/setup-uv@v5
- run: uv sync --group dev
- run: uv run pytest --cov=envtoml
- run: uv run ty check