Skip to content

Add CONTRIBUTING.md #37

Add CONTRIBUTING.md

Add CONTRIBUTING.md #37

Workflow file for this run

name: Test
on:
push:
branches: [master]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v4
- name: Run tests
run: make test