From 837007e1b68036ef6594cbd4f9c5aacf162fd62e Mon Sep 17 00:00:00 2001 From: Pierre Smeyers <pierre.smeyers@gmail.com> Date: Thu, 9 Feb 2023 11:56:56 +0100 Subject: [PATCH] fix: exclude SECURITY.md from links check --- templates/validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/validation.yml b/templates/validation.yml index 09109a5..95e8fb8 100644 --- a/templates/validation.yml +++ b/templates/validation.yml @@ -63,4 +63,4 @@ check-links: entrypoint: [""] stage: build script: - - lychee --exclude-path CHANGELOG.md $LYCHEE_EXTRA_OPTS *.md + - lychee --exclude-path CHANGELOG.md --exclude-path SECURITY.md $LYCHEE_EXTRA_OPTS *.md -- GitLab