Skip to content

Commit

Permalink
Add FILTER_REGEX_INCLUDE
Browse files Browse the repository at this point in the history
Signed-off-by: xibz <[email protected]>
  • Loading branch information
xibz committed May 14, 2024
1 parent d9a44fc commit 60530d0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,17 @@ jobs:
uses: github/super-linter/slim@v4
env:
VALIDATE_ALL_CODEBASE: true
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_MARKDOWN: true
VALIDATE_JSON: true
# Run tests against these folders.
#
# Unfortunately excluding or including which files are linted by
# their associated tool is impossible with super lint. This means if
# we need a tool to only run on a subset of folders, then that tool
# will need to be ran manually instead of in conjunction with
# superlint.
FILTER_REGEX_INCLUDE: ".*\/(custom|examples|schemas)\/.*"

jsonschema:
name: Validate Schemas and Examples
Expand Down

0 comments on commit 60530d0

Please sign in to comment.