Skip to content

For new money issues, use date of adding the label as the voting date #208

For new money issues, use date of adding the label as the voting date

For new money issues, use date of adding the label as the voting date #208

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Install uv
uses: astral-sh/setup-uv@v7
- name: Test
run: uv run pyvec-docs test
- name: Build documentation
run: uv run pyvec-docs build