GHA: make links get checked daily

Assisted-by: Viktor Szakats
Closes #19898
This commit is contained in:
Daniel Stenberg 2025-12-09 14:39:16 +01:00
parent 74bc0c80b3
commit 073b85cefe
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
3 changed files with 30 additions and 13 deletions

View file

@ -86,8 +86,8 @@ my %whitelist = (
my %url;
my %flink;
# list all .md files in the repo
my @files=`git ls-files '**.md'`;
# list all files to scan for links
my @files=`git ls-files docs src lib scripts`;
sub storelink {
my ($f, $line, $link) = @_;