mirror of https://github.com/ansible/ansible.git
Add PSScriptAnalyzer to default container.
parent
b4fa68555d
commit
cc65636a10
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env pwsh
|
||||
#Requires -Version 6
|
||||
|
||||
Set-StrictMode -Version 2.0
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
Set-PSRepository -Name PSGallery -InstallationPolicy Trusted
|
||||
Install-Module -Name PSScriptAnalyzer
|
Loading…
Reference in New Issue