Skip to content

requests: add docs for new and existing commenting features #5

requests: add docs for new and existing commenting features

requests: add docs for new and existing commenting features #5

Workflow file for this run

name: Run tests
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
inputs:
reason:
description: "Reason"
required: false
default: "Manual trigger"
jobs:
Tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Set up Python 3.12
uses: actions/setup-python@v6
with:
python-version: 3.12
- name: Install uv
uses: astral-sh/setup-uv@v7
- name: Install the project
run: uv sync
- name: Build
run: uv run mkdocs build --clean --strict -v
- name: Check links
uses: untitaker/hyperlink@0.1.44
with:
args: site/ --sources docs/