Skip to content

Fixing a type in a function name #24

Fixing a type in a function name

Fixing a type in a function name #24

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'