mirror of
https://github.com/systemd/systemd.git
synced 2024-10-30 06:25:37 +03:00
ci: use the 'slim' version of Super-Linter
The 'slim' version drops certain storage-heavy linters[0] which we don't use anyway, so let's make the job a bit faster by downloading and using a smaller image. [0] https://github.com/github/super-linter#slim-image
This commit is contained in:
parent
ac3979abd7
commit
f94b33803f
2
.github/workflows/linter.yml
vendored
2
.github/workflows/linter.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Lint Code Base
|
||||
uses: github/super-linter@b8641364ca9a79b3cf07f3c4c59a82709cd39094
|
||||
uses: github/super-linter/slim@b8641364ca9a79b3cf07f3c4c59a82709cd39094
|
||||
env:
|
||||
DEFAULT_BRANCH: main
|
||||
# Excludes:
|
||||
|
Loading…
Reference in New Issue
Block a user