We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b9612 commit 97f9790Copy full SHA for 97f9790
1 file changed
.github/workflows/lint.yml
@@ -19,3 +19,8 @@ jobs:
19
python-version: "3.x"
20
cache: pip
21
- uses: pre-commit/action@v3.0.1
22
+
23
+ - name: Run PSScriptAnalyzer on PowerShell scripts
24
+ shell: pwsh
25
+ run: |
26
+ Invoke-ScriptAnalyzer -Path . -Recurse -Severity ParseError,Error -EnableExit
0 commit comments