🩹 [Patch]: Standardize project structure and update dependencies (#92)
Standardizes the repository structure by renaming the scripts folder to src, simplifies the Release workflow naming, and updates dependencies.
Changes
Renamed scripts folder to src
- Moved
scripts/main.ps1tosrc/main.ps1for consistency with other PSModule actions - Updated the path reference in
action.ymlto use the new location
Simplified Release workflow
- Renamed
Release-GHRepository.ymltoRelease.yml - Updated workflow name from
Release-GHRepositorytoReleasefor simplicity - Updated run-name and job names accordingly
- Added path filters to only trigger on changes to
action.ymlandsrc/**
Updated dependencies
- Bumped
PSModule/GitHub-Scriptfromv1.7.9tov1.7.10
Linter configuration cleanup
- Removed unused
.jscpd.jsonconfiguration file - Disabled JSCPD validation in Linter workflow as it's not needed for this repository