diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2024-05-02 09:45:02 +0200 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2024-05-02 09:46:44 +0200 |
commit | b160ac9c126d904358a83a18542e0a37d9ca0d5c (patch) | |
tree | 393d66fe65436aadc6e8420ab72ff3f935cc34a8 /.github/workflows/linter.yml | |
parent | build(deps): bump github/super-linter from 5.0.0 to 6 (diff) | |
download | systemd-b160ac9c126d904358a83a18542e0a37d9ca0d5c.tar.xz systemd-b160ac9c126d904358a83a18542e0a37d9ca0d5c.zip |
ci: explicitly disable multi status for Super-Linter
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
Diffstat (limited to '.github/workflows/linter.yml')
-rw-r--r-- | .github/workflows/linter.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 93358de7a7..b3d411e555 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -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 |