Skip to content

v0.1.3: Go support, TypeScript improvements #10

v0.1.3: Go support, TypeScript improvements

v0.1.3: Go support, TypeScript improvements #10

Workflow file for this run

name: Living Documentation Check
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
jobs:
livedoc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install livedoc
run: pip install -e .
- name: Check documentation freshness
run: python -m livedoc examples --docs docs