Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/md-link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
# 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].16
- uses: gaurav-nelson/[email protected].17
with:
folder-path: '.'
max-depth: 1
Expand All @@ -25,7 +25,7 @@ jobs:
# Checks the status of hyperlinks in *.md files in the docs/docs folder,
# as well as various explicitly listed files throughout the repo.
# We don't use this to check the repo root, since there we want to use max-depth=1.
- uses: gaurav-nelson/[email protected].16
- uses: gaurav-nelson/[email protected].17
with:
folder-path: 'docs/docs'
file-path: 'tests/e2e/README.md'
Loading