Skip to content

Add Local User (Add/Set/Remove) #537

Add Local User (Add/Set/Remove)

Add Local User (Add/Set/Remove) #537

Workflow file for this run

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