Skip to content

Commit

Permalink
🚀 [Feature]: Restructure for Process-PSModule v3 (#23)
Browse files Browse the repository at this point in the history
## Description

- Removing support for Windows PowerShell - directional change for
PSModule. - Causing a new minor release. If you are still using Windows
PowerShell, use the v1.0 version.
- 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 Oct 7, 2024
1 parent ab89016 commit 7124fce
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 8 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 @@ -28,3 +28,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
VALIDATE_JSCPD: false
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions src/header.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
[Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSAvoidLongLines', '', Justification = 'Contains long links.')]
[CmdletBinding()]
[CmdletBinding()]
param()

0 comments on commit 7124fce

Please sign in to comment.