Skip to content

Merge branch 'main' into ph/linkchecker #2

Merge branch 'main' into ph/linkchecker

Merge branch 'main' into ph/linkchecker #2

name: Check Markdown links
on: push
jobs:
repo-root:
runs-on: ubuntu-latest
steps:
# Check out the latest version of the code
- uses: actions/checkout@v4
# Checks the status of hyperlinks in *.md files in the repo root
- uses: gaurav-nelson/[email protected]
with:
folder-path: '.'
max-depth: 1
docs:
runs-on: ubuntu-latest
steps:
# Check out the latest version of the code
- uses: actions/checkout@v4
# Checks the status of hyperlinks in *.md files in the docs/docs folder
- uses: gaurav-nelson/[email protected]
with:
folder-path: 'docs/docs'