Commit 46451a5
authored
🩹 [Patch]: Bump Process-PSModule to v5 (#20)
## Description
This pull request updates the repository's CI/CD configuration, focusing
on consolidating and modernizing workflow management. The main changes
include updating the Process-PSModule workflow to use the latest version
and schedule nightly runs, removing redundant workflow files, and
improving dependency management for GitHub Actions. Additionally, some
configuration and linter files were cleaned up.
**Workflow and CI/CD Updates:**
* Updated `.github/workflows/Process-PSModule.yml` to use
`workflow.yml@v5` instead of `v4`, and enabled both manual and nightly
scheduled runs, consolidating the nightly run logic into this workflow.
[[1]](diffhunk://#diff-b4dbaea65a86cef96799e9783b18b31e96a456d476805312f52919d45a060603L3-R6)
[[2]](diffhunk://#diff-b4dbaea65a86cef96799e9783b18b31e96a456d476805312f52919d45a060603L29-R30)
* Removed the now-redundant `.github/workflows/Nightly-Run.yml` since
nightly execution is handled in `Process-PSModule.yml`.
* Removed the `.github/workflows/Linter.yml` file, indicating a shift
away from the previous linting workflow.
**Configuration and Dependency Management:**
* Added `.github/PSModule.yml` to configure the Process-PSModule
workflow, including test and code coverage settings.
* Updated `.github/dependabot.yml` to automatically label GitHub Actions
dependency updates for better tracking.
* Removed the `.github/linters/.jscpd.json` file, cleaning up unused
linter configuration.1 parent eabaab7 commit 46451a5
6 files changed
Lines changed: 28 additions & 61 deletions
File tree
- .github
- linters
- workflows
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | | - | |
| 30 | + | |
30 | 31 | | |
0 commit comments