Skip to content

feat: Major security and reliability improvements for v2.0.0 #11

feat: Major security and reliability improvements for v2.0.0

feat: Major security and reliability improvements for v2.0.0 #11

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v4
- name: Run tests
run: uv run pytest tests/