Skip to content

Commit b72deec

Browse files
🩹 [Patch]: Add validation environment variables for scheduled and manual workflows; update module test description
1 parent aa32aa1 commit b72deec

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,5 @@ jobs:
6262
env:
6363
GITHUB_TOKEN: ${{ github.token }}
6464
VALIDATE_MARKDOWN: true
65+
VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
66+
FILTER_REGEX_INCLUDE: .*tests/srcTestRepo/outputs/docs/.*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ function Get-PSModuleTest {
257257
Performs tests on a module.
258258
259259
.DESCRIPTION
260-
Performs tests on a module.
260+
Performs tests on a module. api
261261
262262
.EXAMPLE
263263
Test-PSModule -Name 'World'

0 commit comments

Comments
 (0)