Skip to content

#295: Made notebook-tests mandatory for merge #402

#295: Made notebook-tests mandatory for merge

#295: Made notebook-tests mandatory for merge #402

name: Check Documentation Links
on:
push:
branches-ignore:
- "main"
jobs:
check_documentation_links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1.9.0
with:
fail: true
args: --verbose --no-progress 'doc/**/*.md' 'README.md'