Skip to content

Commit

Permalink
Test to see if failing RobustCloudCommand runs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnybottles committed Nov 26, 2024
1 parent 4f8e269 commit e5f90ee
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
$ErrorActionPreference = 'Stop'

# Ensure PSScriptAnalyzer is installed and available
if (-not (Get-Module -ListAvailable PSScriptAnalyzer)) {
Write-Output "Installing PSScriptAnalyzer..."
Install-Module PSScriptAnalyzer -Force -Scope CurrentUser
}

# Import the module
Import-Module PSScriptAnalyzer

Expand Down

0 comments on commit e5f90ee

Please sign in to comment.