From 18b2efcf6483e95c6eabd27d280ea7e709ff7a3f Mon Sep 17 00:00:00 2001 From: Wayback Archiver <66856220+waybackarchiver@users.noreply.github.com> Date: Wed, 14 Feb 2024 14:47:02 +0000 Subject: [PATCH] ci: ignore install.sh for super linter workflow --- .github/workflows/linter.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 43e1ef76..299afed5 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -25,6 +25,8 @@ jobs: super-linter: name: Super Linter uses: wabarc/.github/.github/workflows/reusable-super-linter.yml@main + with: + filter-regex-exclude: 'install.sh' permissions: contents: read packages: read