fix lint (PSScriptAnalyzer) issues #62
@ -23,7 +23,7 @@ steps:
|
|||||||
pwsh -NonInteractive -c "& {
|
pwsh -NonInteractive -c "& {
|
||||||
Install-Module -Name 'DroneHelper' -Repository 'PSGallery' -ErrorAction 'Stop' -AllowPrerelease -Force;
|
Install-Module -Name 'DroneHelper' -Repository 'PSGallery' -ErrorAction 'Stop' -AllowPrerelease -Force;
|
||||||
Import-Module 'DroneHelper' -ErrorAction 'Stop';
|
Import-Module 'DroneHelper' -ErrorAction 'Stop';
|
||||||
Invoke-FileLinter -Verbose -Debug
|
Invoke-FileLinter
|
||||||
}"
|
}"
|
||||||
|
|
||||||
- name: "ScriptAnalyzer"
|
- name: "ScriptAnalyzer"
|
||||||
|
Loading…
Reference in New Issue
Block a user