mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:11:40 +03:00
GHA: make links get checked daily
Assisted-by: Viktor Szakats Closes #19898
This commit is contained in:
parent
74bc0c80b3
commit
073b85cefe
3 changed files with 30 additions and 13 deletions
|
|
@ -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) = @_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue