]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: explicitly disable multi status for Super-Linter
authorFrantisek Sumsal <frantisek@sumsal.cz>
Thu, 2 May 2024 07:45:02 +0000 (09:45 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Thu, 2 May 2024 07:46:44 +0000 (09:46 +0200)
The multi status feature requires $GITHUB_TOKEN, and since [0] it
defaults to true. Since we don't need it, let's explicitly disable the
feature.

[0] https://github.com/super-linter/super-linter/commit/e6e6e1fa5f60e15d7e9b89248bb0809bea1c17e9

.github/workflows/linter.yml

index 93358de7a7882771a8e870f5259fd264df362e6f..b3d411e5553340328fde119fba28dba3794a9eac 100644 (file)
@@ -32,5 +32,6 @@ jobs:
         uses: github/super-linter/slim@4e51915f4a812abf59fed160bb14595c0a38a9e7
         env:
           DEFAULT_BRANCH: main
+          MULTI_STATUS: false
           VALIDATE_ALL_CODEBASE: false
           VALIDATE_GITHUB_ACTIONS: true