Skip to content

Commit 2832e57

Browse files
🚀[Feature]: Update Invoke-ScriptAnalyzer usage to debugPath in Lint workflows
1 parent f0470e0 commit 2832e57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/Lint-SourceCode.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
fetch-depth: 0
5757

5858
- name: Lint-SourceCode
59-
uses: PSModule/Invoke-ScriptAnalyzer@v4
59+
uses: PSModule/Invoke-ScriptAnalyzer@debugPath #v4
6060
with:
6161
Debug: ${{ inputs.Debug }}
6262
Prerelease: ${{ inputs.Prerelease }}

‎.github/workflows/Test-Module.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
path: ${{ inputs.WorkingDirectory }}/outputs/module
115115

116116
- name: Lint-Module
117-
uses: PSModule/Invoke-ScriptAnalyzer@v4
117+
uses: PSModule/Invoke-ScriptAnalyzer@debugPath #v4
118118
with:
119119
Path: outputs/module
120120
Debug: ${{ inputs.Debug }}

0 commit comments

Comments
 (0)