From 22eddfcc55209264849339b9b32498bdec5c2c55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Tue, 1 Jun 2021 01:01:20 +0000 Subject: [PATCH] update super-linter to v4 (#2286) replaces #2285 * bump to major release v4 instead of specifying patch * use slim image (https://github.com/github/super-linter#slim-image) - doesn't have rust linters but we don't use them anyway --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63a34cebab..e78e20a388 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: fetch-depth: 0 - name: Run Markdown Lint - uses: github/super-linter@v3 + uses: docker://ghcr.io/github/super-linter:slim-v4 env: VALIDATE_ALL_CODEBASE: false VALIDATE_MARKDOWN: true