All changes to this project should be reflected in this document.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.0.1.0] - 2024-07-18
The "Test PowerShell Module" GitHub Action automates the process of creating and testing PowerShell modules from source files within a GitHub workflow. This action ensures that the module is correctly set up, validated, and imported, providing a streamlined solution for PowerShell module development.
Features
- Automates the setup, validation, and import of PowerShell modules.
- Allows specifying source and output directories relative to the GitHub workspace.
- Provides detailed output for troubleshooting by enabling debug mode.
- Captures and reports errors during the module setup and testing process.
This action is designed to make PowerShell module development more efficient and reliable, ensuring that modules are correctly configured and ready for use in various environments.