Skip to content

Commit be00c12

Browse files
Update README and action.yml for improved clarity and versioning
1 parent 5300f7b commit be00c12

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,12 @@
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.
44
The action analyzes PowerShell scripts using a hashtable-based settings file to
55
customize 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 |

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
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 }}

0 commit comments

Comments
 (0)