Skip to content

update collectors and configuration file #118

update collectors and configuration file

update collectors and configuration file #118

Workflow file for this run

name: Scan Code with PSScriptAnalyzer
on:
# Triggers the workflow on push or pull request events but only for the develop branch
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
psscriptanalyzer_job:
name: PsScriptAnalyzer Scan Job
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run PsScriptAnalyzer
uses: ./
with:
path: .\
recurse: true