Skip to content

Commit

Permalink
🚀 [Feature]: Restructure for Process-PSModule v3 (#6)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
MariusStorhaug authored Aug 25, 2024
1 parent 2052910 commit d612f48
Show file tree
Hide file tree
Showing 25 changed files with 7 additions and 305 deletions.
4 changes: 0 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,3 @@ updates:
directory: / # Location of package manifests
schedule:
interval: weekly
- package-ecosystem: nuget # See documentation for possible values
directory: / # Location of package manifests
schedule:
interval: weekly
2 changes: 2 additions & 0 deletions .github/workflows/Linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ jobs:
uses: super-linter/super-linter@latest
env:
GITHUB_TOKEN: ${{ github.token }}
VALIDATE_MARKDOWN_PRETTIER: false
VALIDATE_YAML_PRETTIER: false
4 changes: 3 additions & 1 deletion .github/workflows/Nightly-Run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ on:

permissions:
contents: read
pull-requests: write
statuses: write

jobs:
Process-PSModule:
uses: PSModule/Process-PSModule/.github/workflows/CI.yml@v2
uses: PSModule/Process-PSModule/.github/workflows/CI.yml@v3
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/Process-PSModule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ permissions:

jobs:
Process-PSModule:
uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@v2
uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@v3
secrets: inherit
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PSModuleTemplate
# OpenAI

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

Expand Down
9 changes: 0 additions & 9 deletions src/classes/Function.ps1

This file was deleted.

11 changes: 0 additions & 11 deletions src/classes/PSModule.ps1

This file was deleted.

3 changes: 0 additions & 3 deletions src/data/Config.psd1

This file was deleted.

3 changes: 0 additions & 3 deletions src/data/Settings.psd1

This file was deleted.

3 changes: 0 additions & 3 deletions src/finally.ps1

This file was deleted.

37 changes: 0 additions & 37 deletions src/formats/CultureInfo.Format.ps1xml

This file was deleted.

65 changes: 0 additions & 65 deletions src/formats/Mygciview.Format.ps1xml

This file was deleted.

File renamed without changes.
3 changes: 0 additions & 3 deletions src/header.ps1

This file was deleted.

3 changes: 0 additions & 3 deletions src/init/initializer.ps1

This file was deleted.

5 changes: 0 additions & 5 deletions src/manifest.psd1

This file was deleted.

16 changes: 0 additions & 16 deletions src/modules/OtherPSModule.psm1

This file was deleted.

18 changes: 0 additions & 18 deletions src/private/Get-InternalPSModule.ps1

This file was deleted.

22 changes: 0 additions & 22 deletions src/private/Set-InternalPSModule.ps1

This file was deleted.

18 changes: 0 additions & 18 deletions src/public/Get-PSModuleTemplate.ps1

This file was deleted.

22 changes: 0 additions & 22 deletions src/public/New-PSModuleTemplate.ps1

This file was deleted.

22 changes: 0 additions & 22 deletions src/public/Set-PSModuleTemplate.ps1

This file was deleted.

3 changes: 0 additions & 3 deletions src/scripts/loader.ps1

This file was deleted.

21 changes: 0 additions & 21 deletions src/types/DirectoryInfo.Types.ps1xml

This file was deleted.

14 changes: 0 additions & 14 deletions src/types/FileInfo.Types.ps1xml

This file was deleted.

0 comments on commit d612f48

Please sign in to comment.