summaryrefslogtreecommitdiff
path: root/.github/workflows/linter.yml
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2022-02-08 20:35:17 +0000
committerFrantisek Sumsal <frantisek@sumsal.cz>2022-02-09 13:04:06 +0000
commita5e6986ac09fc3d95e52977c3c96b6ad30bbf63e (patch)
tree4a617c39c4da74dd4f7f59692a7612401a360741 /.github/workflows/linter.yml
parente6e2b66b8f8b308df39267e1fcbd178833e82dd4 (diff)
downloadsystemd-a5e6986ac09fc3d95e52977c3c96b6ad30bbf63e.tar.gz
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.
Diffstat (limited to '.github/workflows/linter.yml')
-rw-r--r--.github/workflows/linter.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml
index 14b3343796..5424f4d6ea 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