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 f0470e0 commit 2832e57Copy full SHA for 2832e57
‎.github/workflows/Lint-SourceCode.yml‎
@@ -56,7 +56,7 @@ jobs:
56
fetch-depth: 0
57
58
- name: Lint-SourceCode
59
- uses: PSModule/Invoke-ScriptAnalyzer@v4
+ uses: PSModule/Invoke-ScriptAnalyzer@debugPath #v4
60
with:
61
Debug: ${{ inputs.Debug }}
62
Prerelease: ${{ inputs.Prerelease }}
‎.github/workflows/Test-Module.yml‎
@@ -114,7 +114,7 @@ jobs:
114
path: ${{ inputs.WorkingDirectory }}/outputs/module
115
116
- name: Lint-Module
117
118
119
Path: outputs/module
120
0 commit comments