🩹 [Patch]: Standardize project structure and rename release workflow (#81)
This PR standardizes the project structure and updates workflows to align with PSModule conventions.
Changed
- Rename
Auto-Release.ymlworkflow toRelease.ymlfor consistency - Update release action from
PSModule/Auto-Release@v1.9.5toPSModule/Release-GHRepository@v2 - Rename
scripts/folder tosrc/to follow standard project layout - Update
action.ymlto reference scripts from newsrc/location - Add linter workflow configuration
Removed
- Remove unused
.jscpd.jsonlinter configuration file
Summary
This PR brings the GitHub-Script action in line with PSModule's standardized project structure. The scripts/ folder is renamed to src/ for consistency across all actions, and the release workflow is updated to use the renamed Release-GHRepository action.