Commit 5a5165d
authored
🩹 [Patch]: Standardize project structure and update dependencies (#92)
Standardizes the repository structure by renaming the scripts folder to
src, simplifies the Release workflow naming, and updates dependencies.
## Changes
### Renamed scripts folder to src
- Moved `scripts/main.ps1` to `src/main.ps1` for consistency with other
PSModule actions
- Updated the path reference in `action.yml` to use the new location
### Simplified Release workflow
- Renamed `Release-GHRepository.yml` to `Release.yml`
- Updated workflow name from `Release-GHRepository` to `Release` for
simplicity
- Updated run-name and job names accordingly
- Added path filters to only trigger on changes to `action.yml` and
`src/**`
### Updated dependencies
- Bumped `PSModule/GitHub-Script` from `v1.7.9` to `v1.7.10`
### Linter configuration cleanup
- Removed unused `.jscpd.json` configuration file
- Disabled JSCPD validation in Linter workflow as it's not needed for
this repository1 parent 88c7046 commit 5a5165d
File tree
5 files changed
+10
-17
lines changed- .github
- linters
- workflows
- src
5 files changed
+10
-17
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: 7 additions & 4 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 | | - | |
| 36 | + | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
File renamed without changes.
0 commit comments