Commit 6091e56
authored
🩹 [Patch]: Bump Process-PSModule to v5 (#28)
## Description
This pull request updates the repository's GitHub Actions workflow
configuration by consolidating and simplifying workflow files, updating
workflow versions, and removing unused linter and nightly run workflows.
The changes focus on streamlining CI/CD processes and aligning with the
latest standards for the `Process-PSModule` workflow.
**Workflow configuration updates:**
* Updated `.github/workflows/Process-PSModule.yml` to add
`workflow_dispatch` and scheduled (`cron`) triggers, enabling manual and
nightly runs in addition to pull request triggers.
* Upgraded the referenced version of the `Process-PSModule` reusable
workflow from `v4` to `v5` for improved compatibility and features.
* Added a new `.github/PSModule.yml` configuration file to set up code
coverage targets and provide workflow customization options.
**Workflow cleanup and removal:**
* Removed the `.github/workflows/Linter.yml` workflow and its associated
linter configuration `.github/linters/.jscpd.json`, indicating that
linting is no longer run as part of CI.
[[1]](diffhunk://#diff-482e65806ed9e4a7320f14964764086b91fed4a28d12e4efde1776472e147e79L1-L32)
[[2]](diffhunk://#diff-557094e283c00b23265c1c75872f41c6b1a524a00f0d99dd68ebd22cb63bfdd6L1-L11)
* Deleted the `.github/workflows/Nightly-Run.yml` workflow in favor of
integrating nightly scheduling directly into the main workflow.
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [ ] 🪲 [Fix]
- [ ] 🩹 [Patch]
- [ ] 1 parent 7939083 commit 6091e56
5 files changed
Lines changed: 25 additions & 62 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 | + | |
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