We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf9c1f commit 6b0aa42Copy full SHA for 6b0aa42
1 file changed
.github/workflows/test.yml
@@ -124,6 +124,7 @@ jobs:
124
Install-Module -Name Pester -Force -SkipPublisherCheck;
125
Update-Module -Name Pester -Force;
126
Install-Module -Name PSScriptAnalyzer -Force;
127
+ Import-Module PSScriptAnalyzer -ErrorAction Stop
128
- name: Linter src
129
shell: pwsh
130
run: >-
0 commit comments