We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46ccea5 commit b393e51Copy full SHA for b393e51
1 file changed
.github/workflows/qa.yml
@@ -48,6 +48,10 @@ jobs:
48
-OutputFormat JUnitXml `
49
-EnableExit
50
51
+ - name: Test the Module Manifest
52
+ shell: pwsh
53
+ run: Test-ModuleManifest -Path ./src/PSWattTime/PSWattTime.psd1
54
+
55
- name: Run the GitHub action in this commit
56
uses: cloudyspells/PSWattTime@main
57
id: watttime_action
0 commit comments