From a261384efc75a9a4c9703053b722f544d1000303 Mon Sep 17 00:00:00 2001 From: Etan Kissling Date: Mon, 18 Sep 2023 23:54:06 +0200 Subject: [PATCH] exclude `*.service` files from lint check (#5440) These `*.service` files are installed on user installations, so referring to a license file outside their installation doesn't make too much sense. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d47f815f..5fe68a76c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -215,7 +215,7 @@ jobs: if: ${{ !cancelled() }} && github.event_name == 'pull_request' run: | excluded_files="config.yaml" - excluded_extensions="ans|json|md|png|ssz|txt" + excluded_extensions="ans|json|md|png|service|ssz|txt" current_year=$(date +"%Y") outdated_files=()