From 890d48463a1259af6d1d56f448c7f26ab79cbf11 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Wed, 17 Aug 2022 08:53:06 +1000 Subject: [PATCH] Use Super-Linter Slim Image Should improve workflow time. https://github.com/github/super-linter#slim-image --- .github/workflows/super-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 9c06fb57b..563758473 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -13,7 +13,7 @@ jobs: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0 - name: Lint Code Base - uses: github/super-linter@v4.9.6 + uses: github/super-linter/slim@v4.9.6 env: ERROR_ON_MISSING_EXEC_BIT: true VALIDATE_BASH: true