Skip to content

Commit

Permalink
🩹 [Patch]: Add MarkdownPS as it is not in the 2404 image. (#25)
Browse files Browse the repository at this point in the history
## Description

This pull request includes a small change to the `scripts/main.ps1`
file. The change adds the `MarkdownPS` module to the `$requiredModules`
hashtable.

*
[`scripts/main.ps1`](diffhunk://#diff-dc2e5a659836b1b73abb03421c567f5018c2755677c4a0aa764cb26117b68011R13):
Added `MarkdownPS` to the `$requiredModules` hashtable.
  * Fixes #26 

## Type of change

<!-- Use the check-boxes [x] on the options that are relevant. -->

- [ ] 📖 [Docs]
- [ ] 🪲 [Fix]
- [x] 🩹 [Patch]
- [ ] ⚠️ [Security fix]
- [ ] 🚀 [Feature]
- [ ] 🌟 [Breaking change]

## Checklist

<!-- Use the check-boxes [x] on the options that are relevant. -->

- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
  • Loading branch information
MariusStorhaug authored Dec 15, 2024
1 parent 6b11c8a commit 22f292b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/main.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ $requiredModules = @{
Pester = @{}
PSScriptAnalyzer = @{}
PlatyPS = @{}
MarkdownPS = @{}
# 'Microsoft.PowerShell.PlatyPS' = @{
# Prerelease = $true
# }
Expand Down

0 comments on commit 22f292b

Please sign in to comment.