Skip to content

System: Add Contact/Description/Location (and Tests) #103

System: Add Contact/Description/Location (and Tests)

System: Add Contact/Description/Location (and Tests) #103

Workflow file for this run

name: CI
on: [pull_request]
jobs:
lint:
name: Run PSSA
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: lint
uses: docker://devblackops/github-action-psscriptanalyzer:2.4.0
with:
settingsPath: .vscode/PSScriptAnalyzerSettings.psd1
sendComment: false
failOnInfos: true
failOnErrors: true
failOnWarnings: true