From 0ceb8fb57ee93338c5c7b0c8403ed2d1bec157da Mon Sep 17 00:00:00 2001 From: Pierre Smeyers <pierre.smeyers@gmail.com> Date: Tue, 3 Jan 2023 16:31:32 +0100 Subject: [PATCH] feat: support extra lychee cli options closes #1 --- templates/validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/validation.yml b/templates/validation.yml index 7380821..b569729 100644 --- a/templates/validation.yml +++ b/templates/validation.yml @@ -63,4 +63,4 @@ check-links: entrypoint: [""] stage: build script: - - lychee --exclude-path CHANGELOG.md *.md + - lychee --exclude-path CHANGELOG.md $LYCHEE_EXTRA_OPTS *.md -- GitLab