⚙️ [Maintenance]: Initialize Yml as a placeholder module - #1
Merged
Marius Storhaug (MariusStorhaug) merged 7 commits intoAug 3, 2026
Merged
Conversation
Copilot started work on behalf of
Marius Storhaug (MariusStorhaug)
August 3, 2026 02:26
View session
Copilot
AI
changed the title
[WIP] Add placeholder module called Yml
⚙️ [Maintenance]: Initialize Yml as a placeholder module
Aug 3, 2026
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Marius Storhaug (MariusStorhaug)
marked this pull request as ready for review
August 3, 2026 02:37
Super-linter summary
All files and directories linted successfully For more information, see the GitHub Actions workflow run Powered by Super-linter |
- Add a process block so the pipeline-enabled function satisfies PSUseProcessBlockForPipelineCommand. - Reference $InputObject inside the process block to satisfy PSReviewUnusedParameter. - Add the canonical documentation link .LINK https://psmodule.io/Yml/Functions/ConvertTo-Yml/ so the PublicHelpLink test passes. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Updates the example to call the actual public function ConvertTo-Yml instead of ConvertTo-Yaml. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Marius Storhaug (MariusStorhaug)
deleted the
copilot/placeholder-module-yml
branch
August 3, 2026 02:58
Marius Storhaug (MariusStorhaug)
had a problem deploying
to
github-pages
August 3, 2026 03:03 — with
GitHub Actions
Failure
|
✅ New release: PowerShell Gallery - Yml 0.0.1 |
|
✅ New release: GitHub - Yml v0.0.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Converts the repository from the generic PSModule template into a named placeholder module for
Yml.New: Yml module scaffold
Ymlas a YAML-focused PowerShell moduleConvertTo-Yamlplaceholder function added (src/functions/public/ConvertTo-Yaml.ps1); throwsNotImplementedExceptionuntil implementedtests/Yml.Tests.ps1replaces the template test, asserting the placeholder throws as expectedexamples/General.ps1updated —{{ NAME }}→Yml, example call updated toConvertTo-YamlTechnical Details
All
{{ NAME }}template tokens andGet-PSModuleTestscaffold artifacts removed. No functional logic introduced; this is purely wiring the module identity into the framework.Related issues
Original prompt