Skip to content

Commit

Permalink
Update Process-PSModule.yml and WoW.psd1 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug authored Mar 5, 2024
1 parent 23e90ba commit 0751804
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Process-PSModule.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Process-PSModule

run-name: "Process-PSModule - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"

on:
pull_request:
branches:
Expand Down
16 changes: 11 additions & 5 deletions src/WoW/WoW.psd1
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
@{
@{
ModuleVersion = '0.0.1'
Description = 'This module is for working with settings and addons in WoW with PowerShell'
HelpInfoURI = 'https://PSModule.github.io/WoW'
PrivateData = @{
PSData = @{
Tags = 'WoW', 'retail', 'Games', 'Multiboxing'
LicenseUri = 'https://dev.azure.com/PSModule/WoW/'
ProjectUri = 'https://dev.azure.com/PSModule/WoW/'
IconUri = 'https://dev.azure.com/PSModule/WoW/icon/icon.png'
Tags = @(
'WoW'
'retail'
'Games'
'Multiboxing'
)
LicenseUri = 'https://github.com/PSModule/WoW/blob/main/LICENSE'
ProjectUri = 'https://github.com/PSModule/WoW'
IconUri = 'https://raw.githubusercontent.com/PSModule/WoW/main/icon/icon.png'
}
}
}
Expand Down

0 comments on commit 0751804

Please sign in to comment.