Skip to content

Added 'post' to methods for pagination in Invoke-IDNWRestMethod #53

Added 'post' to methods for pagination in Invoke-IDNWRestMethod

Added 'post' to methods for pagination in Invoke-IDNWRestMethod #53

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