This is a dedicated watch page for a single video.
How many PowerShell commands are executed on the Windows runner with the following workflow configuration? name : Run commands Windows on : push : branches : [ main ] jobs : Run - PSScriptAnalyzer - on - Windows : name : Run PSScriptAnalyzer on Windows runs - on : windows - latest steps : - uses : actions / checkout@v4 - name : Install PSScriptAnalyzer module shell : pwsh run : | Set - PSRepository PSGallery - InstallationPolicy Trusted Install - Module PSScriptAnalyzer - ErrorAction Stop - name : Get list of rules shell : pwsh run : | Get - ScriptAnalyzerRule