v0.3.2
🧪 Test: Important file changes detection feature (#18)
Summary
This PR tests the new important file changes detection feature in Get-PSModuleSettings.
What's being tested
The workflow chain:
MariusTestModule→Process-PSModule@test/important-file-changes→Get-PSModuleSettings@feature/important-file-changes
Expected behavior
Since this PR only changes .github/workflows/Process-PSModule.yml (which is in the important files list), the build/test stages should run.
Important files that trigger build/test:
.github/workflows/Process-PSModule.yml✓ (changed in this PR)src/**examples/**README.md
Verification
Check the workflow run logs for:
- "Check for Important File Changes" log group
HasImportantChanges: Truein the output- Build and test jobs should run