Skip to content

Commit

Permalink
ci: Add comment to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlydog committed Mar 21, 2024
1 parent 9550969 commit 2e15378
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test-powershell-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:
shell: pwsh
run: ./build/Convert-PowerShellTipFilesToJsonFile.ps1

# Suppress rules if needed: https://learn.microsoft.com/en-us/powershell/utility-modules/psscriptanalyzer/using-scriptanalyzer
- name: Run PowerShell linter with PSScriptAnalyzer
shell: pwsh
run: Invoke-ScriptAnalyzer -Path . -Recurse -EnableExit
Expand Down

0 comments on commit 2e15378

Please sign in to comment.