Skip to content

Commit d612f48

Browse files
πŸš€ [Feature]: Restructure for Process-PSModule v3 (#6)
## Description - Removing support for Windows PowerShell - directional change for PSModule. - Remove nuget from Dependabot settings - Using Process-PSModule v3 - Restructure for v3 ## Type of change <!-- Use the check-boxes [x] on the options that are relevant. --> - [ ] πŸ“– [Docs] - [ ] πŸͺ² [Fix] - [ ] 🩹 [Patch] - [ ] ⚠️ [Security fix] - [x] πŸš€ [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 2052910 commit d612f48

25 files changed

Lines changed: 7 additions & 305 deletions

β€Ž.github/dependabot.ymlβ€Ž

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,3 @@ updates:
99
directory: / # Location of package manifests
1010
schedule:
1111
interval: weekly
12-
- package-ecosystem: nuget # See documentation for possible values
13-
directory: / # Location of package manifests
14-
schedule:
15-
interval: weekly

β€Ž.github/workflows/Linter.ymlβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ jobs:
2727
uses: super-linter/super-linter@latest
2828
env:
2929
GITHUB_TOKEN: ${{ github.token }}
30+
VALIDATE_MARKDOWN_PRETTIER: false
31+
VALIDATE_YAML_PRETTIER: false

β€Ž.github/workflows/Nightly-Run.ymlβ€Ž

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ on:
77

88
permissions:
99
contents: read
10+
pull-requests: write
11+
statuses: write
1012

1113
jobs:
1214
Process-PSModule:
13-
uses: PSModule/Process-PSModule/.github/workflows/CI.yml@v2
15+
uses: PSModule/Process-PSModule/.github/workflows/CI.yml@v3
1416
secrets: inherit

β€Ž.github/workflows/Process-PSModule.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ permissions:
2626

2727
jobs:
2828
Process-PSModule:
29-
uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@v2
29+
uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@v3
3030
secrets: inherit

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PSModuleTemplate
1+
# OpenAI
22

33
A PowerShell module template that can be used to create new modules.
44

β€Žsrc/classes/Function.ps1β€Ž

Lines changed: 0 additions & 9 deletions
This file was deleted.

β€Žsrc/classes/PSModule.ps1β€Ž

Lines changed: 0 additions & 11 deletions
This file was deleted.

β€Žsrc/data/Config.psd1β€Ž

Lines changed: 0 additions & 3 deletions
This file was deleted.

β€Žsrc/data/Settings.psd1β€Ž

Lines changed: 0 additions & 3 deletions
This file was deleted.

β€Žsrc/finally.ps1β€Ž

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
Β (0)