Skip to content

Administrator privileges are not required #52

Administrator privileges are not required

Administrator privileges are not required #52

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