Skip to content

Commit 6b0aa42

Browse files
committed
chore: investigate PSScriptAnalyzer failure
1 parent fcf9c1f commit 6b0aa42

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ jobs:
124124
Install-Module -Name Pester -Force -SkipPublisherCheck;
125125
Update-Module -Name Pester -Force;
126126
Install-Module -Name PSScriptAnalyzer -Force;
127+
Import-Module PSScriptAnalyzer -ErrorAction Stop
127128
- name: Linter src
128129
shell: pwsh
129130
run: >-

0 commit comments

Comments
 (0)