Commit 243669c
authored
🩹 [Patch]: Workflow updates and folder restructuring (#39)
This PR updates the workflow configuration and restructures the source
folder layout for consistency with other PSModule actions.
## Changes
### Workflow Updates
- Renamed `Auto-Release.yml` to `Release.yml` for consistency
- Updated workflow to use `PSModule/Release-GHRepository@v2.0.1`
(replacing deprecated `Auto-Release` action)
- Added path filters to Release workflow to only trigger on changes to
`action.yml` and `src/**`
- Disabled JSCPD validation in Linter workflow
### Folder Restructuring
- Renamed `scripts/` folder to `src/` for consistency with other
PSModule actions
- Updated `action.yml` to reference the new `src/main.ps1` path
### Removed Files
- Removed deprecated `.github/release.yml` (release notes configuration)
- Removed `.github/linters/.jscpd.json` (JSCPD linter configuration)
## Impact
- No functional changes to the action itself
- Improves consistency across PSModule organization repositories
- Updates to newer release workflow action1 parent 51affc5 commit 243669c
File tree
7 files changed
+10
-34
lines changed- .github
- linters
- workflows
- src
- helpers
7 files changed
+10
-34
lines changedThis file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
25 | | - | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
33 | | - | |
34 | | - | |
| 36 | + | |
| 37 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
File renamed without changes.
File renamed without changes.
0 commit comments