Skip to content

docs: add script to check documentation (for now, links) #1

docs: add script to check documentation (for now, links)

docs: add script to check documentation (for now, links) #1

Workflow file for this run

name: Python - run test suite
on:
schedule:
- cron: '42 7 * * 4' # Run weekly
workflow_dispatch:
push:
branches:
- 'main'
pull_request:
permissions:
contents: read
jobs:
run-check-docs:
steps:

Check failure on line 17 in .github/workflows/docs-check.yml

View workflow run for this annotation

GitHub Actions / Python - run test suite

Invalid workflow file

The workflow is not valid. .github/workflows/docs-check.yml (Line: 17, Col: 5): Required property is missing: runs-on
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # pin@v4
- name: Install uv
run: curl -LsSf https://astral.sh/uv/0.5.22/install.sh | sh
- name: 'Run check_documentation.py script'
working-directory: python
run: uv run --python 3.12 ./scripts/check_documentation.py