We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a0e06 commit 26f3c8dCopy full SHA for 26f3c8d
1 file changed
.github/workflows/__call-common-lint.yml
@@ -362,6 +362,9 @@ jobs:
362
run: |
363
# PSScriptAnalyzer is already installed on GitHub runners
364
if ($env:RUNNER_NAME -notlike 'GitHub Actions*') {
365
+ Get-PSRepository -Name PSGallery | Format-List
366
+ Find-Module -Name PSScriptAnalyzer -Repository PSGallery
367
+
368
Register-PSRepository -Default -InstallationPolicy Trusted
369
Register-PSRepository -Name PSGallery -SourceLocation https://www.powershellgallery.com/api/v2/ -InstallationPolicy Trusted
370
Install-Module -Name PSScriptAnalyzer -Force
0 commit comments