Skip to content

Commit 53895f8

Browse files
test: verify blank-line .INPUTS/.OUTPUTS description format in CI
Testing whether type + blank line + description paragraph passes PlatyPS + markdownlint in the Build-Docs pipeline. This is the format required by PR #69 discussion — descriptions are required, not optional. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 016ca1d commit 53895f8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/functions/public/Get-PSModuleTest.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,12 @@ function Get-PSModuleTest {
1515
.INPUTS
1616
None
1717
18+
You cannot pipe objects to this function.
19+
1820
.OUTPUTS
1921
System.String
22+
23+
A greeting string for the given name.
2024
#>
2125
[OutputType([string])]
2226
[CmdletBinding()]

0 commit comments

Comments
 (0)