From: Frantisek Sumsal Date: Sun, 13 Feb 2022 13:59:08 +0000 (+0100) Subject: ci: explicitly disable multi-status for Super-Linter X-Git-Tag: v251-rc1~303^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=23a830e46ea7bcf9703e69ef35e2255534cb68e3;p=thirdparty%2Fsystemd.git ci: explicitly disable multi-status for Super-Linter to, hopefully, get rid of the following error: ``` 2022-02-13 13:32:12 [ERROR] Failed to get [GITHUB_TOKEN]! 2022-02-13 13:32:12 [ERROR] [] 2022-02-13 13:32:12 [ERROR] Please set a [GITHUB_TOKEN] from the main workflow environment to take advantage of multiple status reports! ``` --- diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 6b17c7a6888..bb4d2434f28 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -32,6 +32,7 @@ jobs: uses: github/super-linter/slim@b8641364ca9a79b3cf07f3c4c59a82709cd39094 env: DEFAULT_BRANCH: main + MULTI_STATUS: false # Excludes: # - man/.* - all snippets in man pages (false positives due to # missing shebangs)