Skip to content

COMP: Modernize Sphinx doc toolchain (pip breathe/doxylink + vendor breathelink) #26

COMP: Modernize Sphinx doc toolchain (pip breathe/doxylink + vendor breathelink)

COMP: Modernize Sphinx doc toolchain (pip breathe/doxylink + vendor breathelink) #26

Workflow file for this run

name: Check links
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
linkcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check links
id: lychee
uses: lycheeverse/lychee-action@v2
with:
args: --config .lychee.toml .
fail: true