Skip to content

Merge branch 'main' into fix-export #774

Merge branch 'main' into fix-export

Merge branch 'main' into fix-export #774

Workflow file for this run

name: Check Markdown links
on: push
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
# Check out the latest version of the code
- uses: actions/checkout@v3.5.2
# Checks the status of hyperlinks in *.md files in docs/
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.15
with:
folder-path: "docs"
file-path: './README.md'