From efe234ddaeeff994bb95d21be3139cc97c89fd5b Mon Sep 17 00:00:00 2001 From: mueller-ma Date: Thu, 27 Jun 2024 18:16:02 +0200 Subject: [PATCH] Use slim version of super-linter All required linters are part of the slim variant: https://github.com/super-linter/super-linter?tab=readme-ov-file#super-linter-variants Signed-off-by: mueller-ma --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2a4963ec39..5116c1adf3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -24,7 +24,7 @@ jobs: fetch-depth: 0 - name: Lint Code Base - uses: super-linter/super-linter@v6.4.1 + uses: super-linter/super-linter/slim@v6.4.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} VALIDATE_KOTLIN: true