Skip to content

Reverted some changes based on review comments #2206

Reverted some changes based on review comments

Reverted some changes based on review comments #2206

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@v4
# 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'