File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -104,12 +104,12 @@ jobs:
104104 id : super-linter
105105 uses : super-linter/super-linter/slim@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0
106106 env :
107- FILTER_REGEX_INCLUDE : outputs/docs
107+ RUN_LOCAL : true
108108 DEFAULT_BRANCH : main
109109 DEFAULT_WORKSPACE : ${{ inputs.WorkingDirectory }}
110+ FILTER_REGEX_INCLUDE : ${{ inputs.WorkingDirectory }}/outputs/docs
110111 ENABLE_GITHUB_ACTIONS_GROUP_TITLE : true
111112 GITHUB_TOKEN : ${{ github.token }}
112- RUN_LOCAL : true
113113 VALIDATE_ALL_CODEBASE : true
114114 VALIDATE_BIOME_FORMAT : false
115115 VALIDATE_BIOME_LINT : false
Original file line number Diff line number Diff line change @@ -136,7 +136,8 @@ jobs:
136136 uses : super-linter/super-linter@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0
137137 env :
138138 GITHUB_TOKEN : ${{ github.token }}
139- FILTER_REGEX_EXCLUDE : ${{ inputs.WorkingDirectory }}/.*
139+ DEFAULT_WORKSPACE : ${{ inputs.WorkingDirectory }}
140+ FILTER_REGEX_INCLUDE : ${{ inputs.WorkingDirectory }}/outputs/docs
140141 ENABLE_GITHUB_ACTIONS_STEP_SUMMARY : false
141142 SAVE_SUPER_LINTER_SUMMARY : true
142143
You can’t perform that action at this time.
0 commit comments