Commit 38af018
authored
🩹 [Patch]: Bump Process-PSModule to v5 (#5)
## Description
This pull request updates the repository's GitHub workflow and
configuration files to streamline CI processes, update dependencies, and
clean up unused configurations. The most significant changes include
updating the `Process-PSModule` workflow to use a newer version,
consolidating scheduled runs, and removing unused linter and nightly run
workflows.
**CI/CD Workflow Updates:**
* Updated `.github/workflows/Process-PSModule.yml` to use version `v5`
of the shared workflow instead of `v4`, and added both manual
(`workflow_dispatch`) and scheduled (`cron`) triggers for nightly runs.
This consolidates the previous separate nightly workflow into the main
workflow file.
[[1]](diffhunk://#diff-b4dbaea65a86cef96799e9783b18b31e96a456d476805312f52919d45a060603L3-R6)
[[2]](diffhunk://#diff-b4dbaea65a86cef96799e9783b18b31e96a456d476805312f52919d45a060603L29-R30)
* Removed the now-redundant `.github/workflows/Nightly-Run.yml` workflow
file, since its functionality is now handled by the updated
`Process-PSModule` workflow.
**Linter and Code Quality Configuration:**
* Removed the `.github/workflows/Linter.yml` workflow, eliminating the
automated linter job from CI.
* Deleted the `.github/linters/.jscpd.json` configuration file, removing
duplicate code detection settings.
**Dependency Management:**
* Updated `.github/dependabot.yml` to add `dependencies` and
`github-actions` labels to PRs created for GitHub Actions updates,
improving PR organization and visibility.
**Process-PSModule Workflow Configuration:**
* Added a new `.github/PSModule.yml` file to configure the
Process-PSModule workflow, specifying code coverage targets and
providing placeholders for additional test and build settings.1 parent 4f7ea66 commit 38af018
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