Skip to content

Final README version #48

Final README version

Final README version #48

Workflow file for this run

name: PS tests
on:
push:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: lint
uses: devblackops/github-action-psscriptanalyzer@master
with:
sendComment: true
settingsPath: lint/linterconfig.ps1
failOnErrors: true
failOnWarnings: false
failOnInfos: false