]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: remove MULTI_STATUS from superlinter
authorEvgeny Vereshchagin <evvers@ya.ru>
Tue, 8 Feb 2022 20:35:17 +0000 (20:35 +0000)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 9 Feb 2022 13:04:06 +0000 (13:04 +0000)
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.

.github/workflows/linter.yml

index 14b3343796c845f52fa89abb23a57b34f2bb23b8..5424f4d6eaa0d211114cfcd871131eead628b118 100644 (file)
@@ -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