File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 7272
7373 - name : Lint documentation
7474 id : super-linter
75- uses : super-linter/super-linter/slim@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 # v8.3.2
75+ uses : super-linter/super-linter/slim@12562e48d7059cf666c43a4ecb0d3b5a2b31bd9e # v8.4.0
7676 env :
7777 RUN_LOCAL : true
78+ SUPPRESS_OUTPUT_ON_SUCCESS : true
7879 DEFAULT_BRANCH : main
7980 DEFAULT_WORKSPACE : ${{ fromJson(inputs.Settings).WorkingDirectory }}
8081 FILTER_REGEX_INCLUDE : ${{ fromJson(inputs.Settings).WorkingDirectory }}/outputs/docs
Original file line number Diff line number Diff line change 4848
4949 - name : Lint code base
5050 id : super-linter
51- uses : super-linter/super-linter@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 # v8.3.2
51+ uses : super-linter/super-linter@12562e48d7059cf666c43a4ecb0d3b5a2b31bd9e # v8.4.0
5252 env :
5353 GITHUB_TOKEN : ${{ github.token }}
5454 DEFAULT_WORKSPACE : ${{ fromJson(env.Settings).WorkingDirectory }}
Original file line number Diff line number Diff line change 2525 fetch-depth : 0
2626
2727 - name : Lint code base
28- uses : super-linter/super-linter@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 # v8.3.2
28+ uses : super-linter/super-linter@12562e48d7059cf666c43a4ecb0d3b5a2b31bd9e # v8.4.0
2929 env :
3030 GITHUB_TOKEN : ${{ github.token }}
31+ SUPPRESS_OUTPUT_ON_SUCCESS : true
3132 VALIDATE_BIOME_FORMAT : false
3233 VALIDATE_JSCPD : false
3334 VALIDATE_JSON_PRETTIER : false
You can’t perform that action at this time.
0 commit comments