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 53ef022
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ jobs:
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 53ef022

Please sign in to comment.