Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/Lint-SourceCode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,13 @@
fetch-depth: 0

- name: Lint-SourceCode
uses: PSModule/Invoke-ScriptAnalyzer@v3
uses: PSModule/Invoke-ScriptAnalyzer@v4
with:
Debug: ${{ inputs.Debug }}
Prerelease: ${{ inputs.Prerelease }}
Verbose: ${{ inputs.Verbose }}
Version: ${{ inputs.Version }}
Path: src
Settings: SourceCode
WorkingDirectory: ${{ inputs.WorkingDirectory }}
TestResult_Enabled: true
TestResult_TestSuiteName: PSModuleLint-SourceCode-${{ runner.os }}
3 changes: 1 addition & 2 deletions .github/workflows/Test-Module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,13 @@
path: ${{ inputs.WorkingDirectory }}/outputs/module

- name: Lint-Module
uses: PSModule/Invoke-ScriptAnalyzer@v3
uses: PSModule/Invoke-ScriptAnalyzer@v4
with:
Path: outputs/module
Debug: ${{ inputs.Debug }}
Prerelease: ${{ inputs.Prerelease }}
Verbose: ${{ inputs.Verbose }}
Version: ${{ inputs.Version }}
WorkingDirectory: ${{ inputs.WorkingDirectory }}
Settings: Module
TestResult_Enabled: true
TestResult_TestSuiteName: PSModuleLint-Module-${{ runner.os }}
Loading