Skip to content

Update issue templates #355

Update issue templates

Update issue templates #355

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