Commit 0097f3b
authored
π©Ή [Patch]: Standardize project structure and rename release workflow (#81)
This PR standardizes the project structure and updates workflows to
align with PSModule conventions.
## Changed
- Rename `Auto-Release.yml` workflow to `Release.yml` for consistency
- Update release action from `PSModule/Auto-Release@v1.9.5` to
`PSModule/Release-GHRepository@v2`
- Rename `scripts/` folder to `src/` to follow standard project layout
- Update `action.yml` to reference scripts from new `src/` location
- Add linter workflow configuration
## Removed
- Remove unused `.jscpd.json` linter configuration file
## Summary
This PR brings the GitHub-Script action in line with PSModule's
standardized project structure. The `scripts/` folder is renamed to
`src/` for consistency across all actions, and the release workflow is
updated to use the renamed `Release-GHRepository` action.1 parent e827bea commit 0097f3b
File tree
8 files changed
+13
-21
lines changed- .github
- linters
- workflows
- src
8 files changed
+13
-21
lines changedThis 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 | + | |
35 | 38 | | |
36 | 39 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | | - | |
| 102 | + | |
| 103 | + | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments