Skip to content

Conversation

@MariusStorhaug
Copy link
Member

@MariusStorhaug MariusStorhaug commented Mar 2, 2025

Description

This pull request includes changes to the scripts/main.ps1 file to improve the formatting and output rendering of the script. The most important changes include setting the output rendering style to 'Ansi' and ensuring the formatted list is converted to a string before being output.

Improvements to output formatting:

  • scripts/main.ps1:
    • Set $PSStyle.OutputRendering to 'Ansi' to ensure proper output rendering.
    • Modified the pipeline to convert the formatted list to a string using Out-String before outputting it.

Type of change

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

Checklist

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas

@MariusStorhaug MariusStorhaug self-assigned this Mar 2, 2025
@MariusStorhaug MariusStorhaug merged commit 0cb61f9 into main Mar 2, 2025
10 checks passed
@MariusStorhaug MariusStorhaug deleted the fix branch March 2, 2025 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants