From c7831b22689cf105b3abea9fdf2cf2ccbe3b3942 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Thu, 2 Feb 2023 18:41:39 +0100 Subject: [PATCH] tools: github actions/hecat: cleanup configuration url/source_code_url/website_url/demo_url is already the default for the url_check module --- .hecat/url-check.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.hecat/url-check.yml b/.hecat/url-check.yml index 992f3908f9..db3025d830 100644 --- a/.hecat/url-check.yml +++ b/.hecat/url-check.yml @@ -7,11 +7,6 @@ steps: - tags source_files: - licenses.yml - check_keys: - - url - - source_code_url - - website_url - - demo_url errors_are_fatal: True exclude_regex: - '^https://github.com/[\w\.\-]+/[\w\.\-]+$' # don't check URLs that will be processed by the github_metadata module