Skip to content

Update github.com/mikeee/chocohelpers digest to 475c964 #402

Update github.com/mikeee/chocohelpers digest to 475c964

Update github.com/mikeee/chocohelpers digest to 475c964 #402

# Static script analysis
name: PSScriptAnalyzer
on:
pull_request:
jobs:
lint:
name: PSScriptAnalyzer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: PSScriptAnalyzer checks
uses: devblackops/github-action-psscriptanalyzer@master
with:
sendComment: true
repoToken: ${{ secrets.GITHUB_TOKEN }}
failOnErrors: true
failOnWarnings: false
failOnInfos: false