Skip to content

New-AsBuiltReport : Exception calling "Save" with "1" argument(s): "'… #26

New-AsBuiltReport : Exception calling "Save" with "1" argument(s): "'…

New-AsBuiltReport : Exception calling "Save" with "1" argument(s): "'… #26

name: PSScriptAnalyzer
on: [push, pull_request]
jobs:
lint:
name: Run PSScriptAnalyzer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: lint
uses: devblackops/github-action-psscriptanalyzer@master
with:
sendComment: true
failOnErrors: true
failOnWarnings: false
failOnInfos: false
repoToken: ${{ secrets.GITHUB_TOKEN }}
settingsPath: .github/workflows/PSScriptAnalyzerSettings.psd1