Skip to content

Migrate renovate config #387

Migrate renovate config

Migrate renovate config #387

# 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