Add ignore list for links

Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
Maksym Pavlenko
2023-12-09 13:43:06 -08:00
parent e740dd3d6b
commit f67c1632f5
2 changed files with 9 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ jobs:
with:
# Fail action on broken links
fail: true
args: --exclude-path vendor --no-progress './**/*.md'
args: --exclude-path vendor --timeout 30 --no-progress './**/*.md'
format: markdown
# Write GitHub job summary
jobSummary: true