Skip to content

Version 0.5.2

Version 0.5.2 #54

name: Run PSScriptAnalyzer
on:
pull_request:
jobs:
psscriptanalyzer:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run PSScriptAnalyzer on PowerShell Scripts
shell: pwsh
run: |
Invoke-ScriptAnalyzer -Path ./PSIdentityNow/ -Recurse -EnableExit