🩹 [Patch]: Bump Process-PSModule to v5 #34
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This pull request makes several updates to the repository's GitHub workflow and configuration files, focusing on improving workflow automation, updating dependencies, and cleaning up unused files. The main changes include updating the Process-PSModule workflow to a new version with additional configuration, removing obsolete workflow files, and refining dependency management.
Workflow and CI/CD improvements:
.github/workflows/Process-PSModule.ymlto useworkflow.yml@v5instead ofv4, added nightly scheduling and workflow dispatch triggers, and removed the custom run name. [1] [2].github/PSModule.ymlconfiguration file to set a code coverage target for the Process-PSModule workflow..github/workflows/Nightly-Run.ymlworkflow, consolidating nightly runs into the main Process-PSModule workflow..github/workflows/Linter.ymlworkflow, indicating a change in how linting is handled or a move away from the previous linter setup.Dependency and configuration updates:
.github/dependabot.ymlto automatically adddependenciesandgithub-actionslabels to PRs created for GitHub Actions updates..github/linters/.jscpd.jsonconfiguration file, likely indicating the removal or replacement of duplicate code detection tooling.