diff --git a/action.ps1 b/action.ps1 index 30d0a1d..562dd6a 100644 --- a/action.ps1 +++ b/action.ps1 @@ -1,6 +1,5 @@ # Set Global Preference $Global:ErrorActionPreference = 'Continue' -$Global:VerbosePreference = 'Continue' # Import all modules Join-Path $PSScriptRoot 'src' | Get-ChildItem -File | Select-Object -ExpandProperty Fullname | Import-Module