Skip to content

Set/Add Asset Group Enhancement and Purge Functionality #148

Set/Add Asset Group Enhancement and Purge Functionality

Set/Add Asset Group Enhancement and Purge Functionality #148

name: ScriptAnalyzer
on:
pull_request:
branches:
- main
paths:
- 'src/**'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest]
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: Install-Module -Name 'PSScriptAnalyzer' -Force -SkipPublisherCheck
shell: pwsh
- name: ScriptAnalyzer
run: Invoke-ScriptAnalyzer -Path '.\src\' -Recurse -EnableExit
shell: pwsh