Skip to content

Commit c71db9d

Browse files
🩹 [Patch]: Add VALIDATE_ALL_CODEBASE environment variable to Lint documentation step and update PSModuleTest.psm1 with usage instructions
1 parent bccd912 commit c71db9d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

‎.github/workflows/Action-Test.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,5 @@ jobs:
5353
uses: super-linter/super-linter/slim@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0
5454
env:
5555
GITHUB_TOKEN: ${{ github.token }}
56+
VALIDATE_ALL_CODEBASE: true
5657

‎tests/srcTestRepo/outputs/module/PSModuleTest/PSModuleTest.psm1‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,12 @@ function Set-PSModuleTest {
314314
Test-PSModule -Name 'World'
315315
316316
"Hello, World!"
317+
318+
.NOTES
319+
Controls:
320+
- :q : Quit
321+
- :q! : Quit without saving
322+
- :wq : Save and quit
317323
#>
318324
[Diagnostics.CodeAnalysis.SuppressMessageAttribute(
319325
'PSUseShouldProcessForStateChangingFunctions', '', Scope = 'Function',

0 commit comments

Comments
 (0)