v0.3.3
🧪 Test: Source file change detection (src/**) (#19)
Summary
This PR tests the important file changes detection by modifying a source file (src/**).
What changed
- Added optional
Nameparameter toGet-Greetingfunction - Updated documentation with new example
Expected behavior
Since this PR changes src/functions/public/Get-Greeting.ps1 (which matches ^src/ pattern), the HasImportantChanges should be true and build/test stages should run.
Verification
Check the workflow run logs for:
- "Check for Important File Changes" log group
- Changed file
src/functions/public/Get-Greeting.ps1detected HasImportantChanges: Truein the output- Build and test jobs should run