Skip to content

VPNIPSec: Add back blankline and remove q_origin_key parameter #278

VPNIPSec: Add back blankline and remove q_origin_key parameter

VPNIPSec: Add back blankline and remove q_origin_key parameter #278

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