File tree Expand file tree Collapse file tree 4 files changed +27
-324
lines changed
Expand file tree Collapse file tree 4 files changed +27
-324
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5151 steps :
5252 - name : Checkout Code
5353 uses : actions/checkout@v5
54+ with :
55+ persist-credentials : false
56+ fetch-depth : 0
5457
5558 - name : Lint-SourceCode
5659 uses : PSModule/Invoke-ScriptAnalyzer@v3
Original file line number Diff line number Diff line change 2121 - name : Checkout repo
2222 uses : actions/checkout@v5
2323 with :
24+ persist-credentials : false
2425 fetch-depth : 0
2526
2627 - name : Lint code base
Original file line number Diff line number Diff line change 8282 Version : ${{ inputs.Version }}
8383 WorkingDirectory : ${{ inputs.WorkingDirectory }}
8484
85+ Lint-Repository :
86+ name : Lint code base
87+ runs-on : ubuntu-latest
88+ needs :
89+ - Get-Settings
90+ steps :
91+ - name : Checkout repo
92+ uses : actions/checkout@v5
93+ with :
94+ persist-credentials : false
95+ fetch-depth : 0
96+
97+ - name : Lint code base
98+ uses : super-linter/super-linter@latest
99+ env :
100+ GITHUB_TOKEN : ${{ github.token }}
101+ VALIDATE_BIOME_FORMAT : false
102+ VALIDATE_GITHUB_ACTIONS_ZIZMOR : false
103+ VALIDATE_JSCPD : false
104+ VALIDATE_JSON_PRETTIER : false
105+ VALIDATE_MARKDOWN_PRETTIER : false
106+ VALIDATE_YAML_PRETTIER : false
107+
85108 Build-Module :
86109 if : ${{ fromJson(needs.Get-Settings.outputs.Settings).Build.Module.Skip != true }}
87110 uses : ./.github/workflows/Build-Module.yml
You can’t perform that action at this time.
0 commit comments