From: Evgeny Vereshchagin Date: Tue, 8 Feb 2022 20:35:17 +0000 (+0000) Subject: ci: remove MULTI_STATUS from superlinter X-Git-Tag: v251-rc1~321 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a5e6986ac09fc3d95e52977c3c96b6ad30bbf63e;p=thirdparty%2Fsystemd.git ci: remove MULTI_STATUS from superlinter Judging by ERROR! Failed to call GitHub Status API! it doesn't seem to work. Even if it did it would just clutter the status checks I think so let's just remove MULTI_STATUS along with GITHUB_TOKEN. --- diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 14b3343796c..5424f4d6eaa 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -40,8 +40,6 @@ jobs: # - .*\.(in|SKELETON) - all template/skeleton files # - tools/coverity\.sh - external file (with some modifications) FILTER_REGEX_EXCLUDE: .*/(man/.*|src/kernel-install/.*|.*\.(in|SKELETON)|tools/coverity\.sh)$ - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - MULTI_STATUS: true VALIDATE_ALL_CODEBASE: false VALIDATE_BASH: true VALIDATE_GITHUB_ACTIONS: true