Commit 3dce3ce
authored
🩹 [Patch]: Bump Process-PSModule to v5 (#19)
## Description
This pull request updates the repository's CI/CD and workflow
configuration. The main changes include consolidating scheduled and pull
request workflows, upgrading the Process-PSModule workflow version, and
making several cleanups to workflow and linter configuration files.
**Workflow and CI/CD configuration:**
* Combined nightly scheduled and pull request triggers into a single
workflow in `.github/workflows/Process-PSModule.yml`, removing the
separate `.github/workflows/Nightly-Run.yml` file. The workflow now runs
both on a nightly schedule and on pull requests to `main`
(`[[1]](diffhunk://#diff-b4dbaea65a86cef96799e9783b18b31e96a456d476805312f52919d45a060603L3-R6)`,
`[[2]](diffhunk://#diff-ae7e03d0a8740974e1848d0dc7322a8b3f3f4898b37bfd5b226dff69096bb8dfL1-L16)`).
* Upgraded the referenced version of the `Process-PSModule` reusable
workflow from `v4` to `v5` in `.github/workflows/Process-PSModule.yml`
(`[.github/workflows/Process-PSModule.ymlL29-R30](diffhunk://#diff-b4dbaea65a86cef96799e9783b18b31e96a456d476805312f52919d45a060603L29-R30)`).
* Added a configuration file `.github/PSModule.yml` to set up code
coverage and other test parameters for the Process-PSModule workflow
(`[.github/PSModule.ymlR1-R21](diffhunk://#diff-928165ed381f1982eb8f9746a59a2829db4abc8a28eddb8c109e12bb033ff96aR1-R21)`).
**Linter and dependency management:**
* Removed the `.github/workflows/Linter.yml` workflow, effectively
disabling automated linting in CI
(`[.github/workflows/Linter.ymlL1-L32](diffhunk://#diff-482e65806ed9e4a7320f14964764086b91fed4a28d12e4efde1776472e147e79L1-L32)`).
* Deleted the `.github/linters/.jscpd.json` configuration, removing
duplicate code detection settings
(`[.github/linters/.jscpd.jsonL1-L10](diffhunk://#diff-557094e283c00b23265c1c75872f41c6b1a524a00f0d99dd68ebd22cb63bfdd6L1-L10)`).
* Updated `.github/dependabot.yml` to add `dependencies` and
`github-actions` labels to GitHub Actions update PRs
(`[.github/dependabot.ymlR10-R12](diffhunk://#diff-dd4fbda47e51f1e35defb9275a9cd9c212ecde0b870cba89ddaaae65c5f3cd28R10-R12)`).1 parent 4e99410 commit 3dce3ce
File tree
6 files changed
+28
-61
lines changed- .github
- linters
- workflows
6 files changed
+28
-61
lines changed| 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