File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed
Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 11# Invoke-ScriptAnalyzer (by PSModule)
22
3- This repository contains a GitHub Action that runs PSScriptAnalyzer on your code.
3+ This repository contains a GitHub Action that runs [ ` PSScriptAnalyzer ` ] ( https://github.com/PowerShell/PSScriptAnalyzer ) on your code.
44The action analyzes PowerShell scripts using a hashtable-based settings file to
55customize rule selection, severity filtering, and custom rule inclusion.
66
77> ** Note:** This repository includes automated tests that run via Pester to ensure
88> your settings file is working as expected.
99
10- ## Action Details
11-
12- - ** Name:** Invoke-ScriptAnalyzer (by PSModule)
13- - ** Description:** Runs PSScriptAnalyzer on the code.
14- - ** Author:** PSModule
15- - ** Branding:**
16- Icon: ` check-square `
17- Color: ` gray-dark `
18-
1910## Inputs
2011
2112| Input | Description | Required | Default |
Original file line number Diff line number Diff line change 3838 Script : ${{ github.action_path }}/scripts/main.ps1
3939
4040 - name : Invoke-Pester
41- uses : PSModule/Invoke-Pester@fix
41+ uses : PSModule/Invoke-Pester@v2
4242 id : test
4343 env :
4444 Settings : ${{ fromJson(steps.paths.outputs.result).Settings }}
You can’t perform that action at this time.
0 commit comments