Skip to content

v2.0.2

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Jan 23:05
· 2 commits to main since this release
5a5165d

🩹 [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.ps1 to src/main.ps1 for consistency with other PSModule actions
  • Updated the path reference in action.yml to use the new location

Simplified Release workflow

  • Renamed Release-GHRepository.yml to Release.yml
  • Updated workflow name from Release-GHRepository to Release for simplicity
  • Updated run-name and job names accordingly
  • Added path filters to only trigger on changes to action.yml and src/**

Updated dependencies

  • Bumped PSModule/GitHub-Script from v1.7.9 to v1.7.10

Linter configuration cleanup

  • Removed unused .jscpd.json configuration file
  • Disabled JSCPD validation in Linter workflow as it's not needed for this repository