From 21f204c632d5a282f59853ac9e3b4a77c75e2808 Mon Sep 17 00:00:00 2001 From: Andreas Reich Date: Tue, 16 Apr 2024 11:22:39 +0200 Subject: [PATCH] check links on CMakeLists.txt --- .github/workflows/reusable_checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable_checks.yml b/.github/workflows/reusable_checks.yml index 29451e5307c7..2a6c15944d5a 100644 --- a/.github/workflows/reusable_checks.yml +++ b/.github/workflows/reusable_checks.yml @@ -177,4 +177,4 @@ jobs: lycheeVersion: "0.14.3" # When given a directory, lychee checks only markdown, html and text files, everything else we have to glob in manually. args: | - --base . --cache --max-cache-age 1d . "**/*.rs" "**/*.toml" "**/*.hpp" "**/*.cpp" "**/*.py" "**/*.yml" + --base . --cache --max-cache-age 1d . "**/*.rs" "**/*.toml" "**/*.hpp" "**/*.cpp" "**/CMakeLists.txt" "**/*.py" "**/*.yml"