Skip to content

chore: add .env and .DS_Store to gitignore #4

chore: add .env and .DS_Store to gitignore

chore: add .env and .DS_Store to gitignore #4

Workflow file for this run

name: test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v4
with:
version: "latest"
- run: uv sync --dev
- run: uv run pytest tests/ -v