Skip to content

Use only one start_on date; add note that justice.cz doesn't have tha… #13

Use only one start_on date; add note that justice.cz doesn't have tha…

Use only one start_on date; add note that justice.cz doesn't have tha… #13

Workflow file for this run

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