From 692317d9a27617fbb2352da026f35a24f98bfce5 Mon Sep 17 00:00:00 2001 From: Enol Fernandez Date: Fri, 13 Sep 2024 14:06:51 +0100 Subject: [PATCH] Add exception for not linting the CSS --- .github/workflows/lint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d1dfab7..49ec33c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -30,3 +30,6 @@ jobs: VALIDATE_DOCKERFILE_HADOLINT: false # disable this as well VALIDATE_CHECKOV: false + # Not linting the CSS from Jupyter as we don't want to modify this + # (so it's easy to track changes in casse it's needed) + FILTER_REGEX_EXCLUDE: "single-user-eosc/eosc/custom.css"