File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ concurrency:
1919permissions :
2020 contents : write
2121 pull-requests : write
22+ statuses : write
2223
2324jobs :
2425 Process-PSModule :
Original file line number Diff line number Diff line change 2222 "[yaml]" : {
2323 "editor.defaultFormatter" : " github.vscode-github-actions" ,
2424 "editor.insertSpaces" : true ,
25- "editor.tabSize" : 2 ,
25+ "editor.tabSize" : 2
2626 },
2727 "[github-actions-workflow]" : {
2828 "editor.defaultFormatter" : " github.vscode-github-actions" ,
2929 "editor.insertSpaces" : true ,
3030 "editor.tabSize" : 2
3131 },
32- "editor.rulers" : [0 , 150 ],
32+ "editor.rulers" : [
33+ 0 ,
34+ 150
35+ ],
3336 "powershell.codeFormatting.autoCorrectAliases" : true ,
3437 "powershell.codeFormatting.newLineAfterCloseBrace" : false ,
3538 "powershell.codeFormatting.pipelineIndentationStyle" : " IncreaseIndentationForFirstPipeline" ,
Original file line number Diff line number Diff line change 55 Write-Verbose (Get-Module - Name ' PSModule' - ListAvailable | Out-String ) - Verbose
66 }
77 It ' The module should be importable' {
8- { Import-Module - Name ' PSModule' } | Should -Not - Throw
8+ { Import-Module - Name ' PSModule' - Verbose - Force } | Should -Not - Throw
99 }
1010 }
1111
You can’t perform that action at this time.
0 commit comments