Skip to content

Commit 79b00a2

Browse files
🩹 [Patch]: Enabled actions to verify the template is in a deployable state (#7)
## Description This pull request updates the `.github/PSModule.yml` file to set a meaningful default value for the `Name` field. * [`.github/PSModule.yml`](diffhunk://#diff-928165ed381f1982eb8f9746a59a2829db4abc8a28eddb8c109e12bb033ff96aL6-R6): Changed the `Name` field from `null` to `Template-PSModule` to provide a clear and descriptive default name. ## Type of change <!-- Use the check-boxes [x] on the options that are relevant. --> - [ ] 📖 [Docs] - [ ] 🪲 [Fix] - [x] 🩹 [Patch] - [ ] ⚠️ [Security fix] - [ ] 🚀 [Feature] - [ ] 🌟 [Breaking change] ## Checklist <!-- Use the check-boxes [x] on the options that are relevant. --> - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas
1 parent 7c6470e commit 79b00a2

File tree

1 file changed

+0
-60
lines changed

1 file changed

+0
-60
lines changed

.github/PSModule.yml

Lines changed: 0 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -2,66 +2,6 @@
22
# Reference:
33
# - https://github.com/PSModule/Process-PSModule?tab=readme-ov-file#configuration
44

5-
# The template comes with all the default values, so you can update the ones you want to change, and remove the ones you don't. Including this comment.
6-
Name: null
7-
8-
Build:
9-
Skip: false
10-
Module:
11-
Skip: false
12-
Docs:
13-
Skip: false
14-
Site:
15-
Skip: false
16-
175
Test:
18-
Skip: false
19-
Linux:
20-
Skip: false
21-
MacOS:
22-
Skip: false
23-
Windows:
24-
Skip: false
25-
SourceCode:
26-
Skip: false
27-
Linux:
28-
Skip: false
29-
MacOS:
30-
Skip: false
31-
Windows:
32-
Skip: false
33-
PSModule:
34-
Skip: false
35-
Linux:
36-
Skip: false
37-
MacOS:
38-
Skip: false
39-
Windows:
40-
Skip: false
41-
Module:
42-
Skip: false
43-
Linux:
44-
Skip: false
45-
MacOS:
46-
Skip: false
47-
Windows:
48-
Skip: false
49-
TestResults:
50-
Skip: false
516
CodeCoverage:
52-
Skip: false
537
PercentTarget: 0
54-
StepSummaryMode: 'Missed, Files'
55-
56-
Publish:
57-
Module:
58-
Skip: false
59-
AutoCleanup: true
60-
AutoPatching: true
61-
IncrementalPrerelease: true
62-
DatePrereleaseFormat: ''
63-
VersionPrefix: 'v'
64-
MajorLabels: 'major, breaking'
65-
MinorLabels: 'minor, feature'
66-
PatchLabels: 'patch, fix'
67-
IgnoreLabels: 'NoRelease'

0 commit comments

Comments
 (0)