mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 06:10:22 -07:00
Add PSScriptAnalyzer to default container.
This commit is contained in:
parent
b4fa68555d
commit
cc65636a10
3 changed files with 27 additions and 0 deletions
8
test/runner/requirements/sanity.ps1
Executable file
8
test/runner/requirements/sanity.ps1
Executable file
|
@ -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…
Add table
Add a link
Reference in a new issue