From 53895f8306902c07488484a28db28f037e618bc9 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 25 Jul 2026 18:19:24 +0200 Subject: [PATCH] test: verify blank-line .INPUTS/.OUTPUTS description format in CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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> --- src/functions/public/Get-PSModuleTest.ps1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/functions/public/Get-PSModuleTest.ps1 b/src/functions/public/Get-PSModuleTest.ps1 index db2d300..3043abd 100644 --- a/src/functions/public/Get-PSModuleTest.ps1 +++ b/src/functions/public/Get-PSModuleTest.ps1 @@ -15,8 +15,12 @@ function Get-PSModuleTest { .INPUTS None + You cannot pipe objects to this function. + .OUTPUTS System.String + + A greeting string for the given name. #> [OutputType([string])] [CmdletBinding()]