Skip to content

Commit

Permalink
ci: remove garbage args
Browse files Browse the repository at this point in the history
  • Loading branch information
guitarrapc committed Nov 14, 2023
1 parent 4224f79 commit 42dc029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
Install-Module -Name PSScriptAnalyzer -Scope CurrentUser -Force
Install-Module -Name PowerShell-Yaml -Scope CurrentUser -Force
Install-Module -Name Pester -Scope CurrentUser -Force -PathThru
Install-Module -Name Pester -Scope CurrentUser -Force
Get-InstalledModule -Name PSScriptAnalyzer,PowerShell-Yaml,Pester
- name: Run PSScriptAnalyzer
shell: pwsh
Expand Down

0 comments on commit 42dc029

Please sign in to comment.