Skip to content

Commit bcd4c6f

Browse files
authored
test: fixed the typo
1 parent 7c074fe commit bcd4c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/links-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2323
with:
2424
# Check all markdown and html files in repo (default)
25-
args: --verbose --no-progress --max-redirects 3 ./**/*.md'
25+
args: --verbose --no-progress --max-redirects 3 './**/*.md'
2626
format: markdown
2727
workingDirectory: docs/
2828

0 commit comments

Comments
 (0)