Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PSModule/Template-PSModule
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.1
Choose a base ref
...
head repository: PSModule/Template-PSModule
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.2
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Sep 29, 2025

  1. Added placeholder settings for fast iteration (#8)

    ## Description
    
    This pull request adds configuration options to the
    `.github/PSModule.yml` file to allow skipping various test and build
    steps. These changes make it easier to customize which checks and builds
    are run in CI.
    
    Configuration changes for skipping steps:
    
    * Added options to skip test results, source code checks, and PowerShell
    module checks in the `Test` section.
    * Added options to skip Windows and MacOS module checks under the
    `Module` section.
    * Added an option to skip documentation builds in the `Build` section.
    
    ## 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
    MariusStorhaug authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    06da98a View commit details
    Browse the repository at this point in the history
Loading