Skip to content

Commit

Permalink
Add exception for not linting the CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Sep 13, 2024
1 parent 29deec3 commit 692317d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 692317d

Please sign in to comment.