Skip to content

Commit b393e51

Browse files
committed
Add check for module manifest to qa
1 parent 46ccea5 commit b393e51

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/qa.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ jobs:
4848
-OutputFormat JUnitXml `
4949
-EnableExit
5050
51+
- name: Test the Module Manifest
52+
shell: pwsh
53+
run: Test-ModuleManifest -Path ./src/PSWattTime/PSWattTime.psd1
54+
5155
- name: Run the GitHub action in this commit
5256
uses: cloudyspells/PSWattTime@main
5357
id: watttime_action

0 commit comments

Comments
 (0)