We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b192cc7 commit d23d661Copy full SHA for d23d661
‎.github/workflows/Action-Test.yml‎
@@ -65,6 +65,10 @@ jobs:
65
uses: super-linter/super-linter/slim@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0
66
env:
67
GITHUB_TOKEN: ${{ github.token }}
68
+ RUN_LOCAL: true
69
+ ENABLE_GITHUB_ACTIONS_GROUP_TITLE: true
70
+ ENABLE_GITHUB_ACTIONS_STEP_SUMMARY: true
71
VALIDATE_ALL_CODEBASE: true
72
VALIDATE_MARKDOWN: true
73
VALIDATE_NATURAL_LANGUAGE: true
74
+ FILTER_REGEX_INCLUDE: ^tests/srcTestRepo/outputs/docs/.*
0 commit comments