Skip to content

Added simple logging function (transcription) #55

Added simple logging function (transcription)

Added simple logging function (transcription) #55

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