mirror of
https://github.com/curl/curl.git
synced 2026-08-25 19:43:33 +03:00
circleci: update URL in comment, include in future URL checks
Also: - mdlinkcheck: check two CI files for broken URLs. Closes #22654
This commit is contained in:
parent
a1bca29bdd
commit
541968e361
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
# View these jobs in the browser: https://app.circleci.com/pipelines/github/curl/curl
|
||||
|
||||
# Use the latest 2.1 version of CircleCI pipeline process engine. See: https://circleci.com/docs/configuration-reference/
|
||||
# Use the latest 2.1 version of CircleCI pipeline process engine. See: https://circleci.com/docs/reference/configuration-reference/
|
||||
version: 2.1
|
||||
|
||||
commands:
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ if(defined $ARGV[0] && $ARGV[0] eq "--dry-run") {
|
|||
}
|
||||
|
||||
# list all files to scan for links
|
||||
my @files = qx(git ls-files docs include lib scripts src);
|
||||
my @files = qx(git ls-files .circleci appveyor.yml docs include lib scripts src);
|
||||
|
||||
sub storelink {
|
||||
my ($f, $line, $link) = @_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue