From 669b2031dab4d6795030b3b46bcbc2f2835c56e9 Mon Sep 17 00:00:00 2001 From: Gulcin G Date: Thu, 30 May 2024 14:36:44 +0200 Subject: [PATCH] trial for added link checker --- .github/{link-checker-config.json => link_checker_config.json} | 0 .github/workflows/link-checker.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/{link-checker-config.json => link_checker_config.json} (100%) diff --git a/.github/link-checker-config.json b/.github/link_checker_config.json similarity index 100% rename from .github/link-checker-config.json rename to .github/link_checker_config.json diff --git a/.github/workflows/link-checker.yml b/.github/workflows/link-checker.yml index f8da4492..7843bdcb 100644 --- a/.github/workflows/link-checker.yml +++ b/.github/workflows/link-checker.yml @@ -11,5 +11,5 @@ jobs: with: use-quiet-mode: 'yes' use-verbose-mode: 'yes' - config-file: 'link-checker-config.json' + config-file: 'link_checker_config.json' file-path: './README.md, ./LICENSE.md, ./CONTRIBUTING.md, ./CODE_OF_CONDUCT.md, ./aio.md, ./index.md, ./reference.md, ./setup.md'