🩹 [Patch]: Bump Process-PSModule to v5 #95
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 updates the repository’s GitHub workflow and configuration files to streamline CI processes and improve automation. The main changes include updating the Process-PSModule workflow to the latest version, consolidating scheduled and manual triggers, removing unused workflow and linter files, and making minor configuration updates.
Workflow and CI configuration updates:
.github/workflows/Process-PSModule.ymlto use the latestPSModule/Process-PSModuleworkflow version (v5) and added both manual (workflow_dispatch) and scheduled (cron) triggers, consolidating functionality previously in the removedNightly-Run.yml. [1] [2] [3]Cleanup of unused configuration files:
.github/workflows/Linter.ymland.github/linters/.jscpd.jsonas part of cleaning up unused or redundant CI and linter configurations. [1] [2]Dependency management improvements:
dependencies,github-actions) for GitHub Actions updates in.github/dependabot.ymlto improve dependency PR categorization.New workflow configuration:
.github/PSModule.ymlto configure the Process-PSModule workflow, specifying code coverage targets and providing placeholders for additional test and build settings.