Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
979f75e
🩹 [Patch]: Add additional notes and controls to `Set-PSModuleTest` fu…
MariusStorhaug Oct 5, 2025
dfc2e26
🩹 [Patch]: Add linting step for documentation in Action-Test workflow
MariusStorhaug Oct 5, 2025
d33423b
🩹 [Patch]: Fix lint documentation path in Action-Test workflow
MariusStorhaug Oct 5, 2025
2772e54
🩹 [Patch]: Fix lint documentation path and update workspace variable …
MariusStorhaug Oct 5, 2025
7c18e2f
🩹 [Patch]: Remove unused DEFAULT_BRANCH environment variable from Act…
MariusStorhaug Oct 5, 2025
8c023f7
🩹 [Patch]: Remove ENABLE_GITHUB_ACTIONS_GROUP_TITLE and RUN_LOCAL env…
MariusStorhaug Oct 5, 2025
cc53996
🩹 [Patch]: Ensure fetch-depth is set to 0 in checkout step of Action-…
MariusStorhaug Oct 5, 2025
c0bffe9
🩹 [Patch]: Add persist-credentials, DEFAULT_BRANCH, ENABLE_GITHUB_ACT…
MariusStorhaug Oct 5, 2025
e9ac75f
🩹 [Patch]: Add step to list files in the Action-Test workflow
MariusStorhaug Oct 5, 2025
503c423
🩹 [Patch]: Refine file listing command and update FILTER_REGEX_INCLUD…
MariusStorhaug Oct 5, 2025
2a6f7aa
🩹 [Patch]: Remove unnecessary environment variables from Lint documen…
MariusStorhaug Oct 5, 2025
754b7d3
🩹 [Patch]: Add VALIDATE_ALL_CODEBASE environment variable to Lint doc…
MariusStorhaug Oct 5, 2025
5863d5e
🩹 [Patch]: Update permissions and refine Lint documentation environme…
MariusStorhaug Oct 5, 2025
bccd912
🩹 [Patch]: Remove unnecessary environment variables and update FILTER…
MariusStorhaug Oct 5, 2025
c71db9d
🩹 [Patch]: Add VALIDATE_ALL_CODEBASE environment variable to Lint doc…
MariusStorhaug Oct 5, 2025
aff7358
🩹 [Patch]: Refine Lint documentation step by adding missing environme…
MariusStorhaug Oct 5, 2025
6dcceb9
🩹 [Patch]: Refactor Lint documentation step by updating DEFAULT_WORKS…
MariusStorhaug Oct 5, 2025
7d624a8
🩹 [Patch]: Add 'Get changes' step to Action-Test workflow and clean u…
MariusStorhaug Oct 5, 2025
4a586da
🩹 [Patch]: Remove VALIDATE_ALL_CODEBASE environment variable from Lin…
MariusStorhaug Oct 5, 2025
e526310
🩹 [Patch]: Add LOG_LEVEL environment variable to Lint documentation s…
MariusStorhaug Oct 5, 2025
b9be1e6
🩹 [Patch]: Update Lint step to include log file upload and remove LOG…
MariusStorhaug Oct 5, 2025
b5bcd82
🩹 [Patch]: Add DEFAULT_BRANCH environment variable to Lint documentat…
MariusStorhaug Oct 5, 2025
82c4484
🩹 [Patch]: Remove git status command and streamline documentation upd…
MariusStorhaug Oct 5, 2025
2df9bf0
🩹 [Patch]: Refactor Get changes step to use GitHub Script action for …
MariusStorhaug Oct 5, 2025
16b246f
🩹 [Patch]: Comment out RUN_LOCAL and DEFAULT_BRANCH environment varia…
MariusStorhaug Oct 5, 2025
51b6643
🩹 [Patch]: Refactor Get changes step to include logging for file list…
MariusStorhaug Oct 5, 2025
ab29008
🩹 [Patch]: Update Build-PSModuleDocumentation to use New-MarkdownComm…
MariusStorhaug Oct 5, 2025
a7c4cae
🩹 [Patch]: Import module with verbose output during documentation gen…
MariusStorhaug Oct 5, 2025
42b2077
🩹 [Patch]: Add debug flag to New-MarkdownCommandHelp for enhanced tro…
MariusStorhaug Oct 5, 2025
7e58bbe
🩹 [Patch]: Enhance New-MarkdownCommandHelp invocation with explicit d…
MariusStorhaug Oct 5, 2025
2cb6082
🩹 [Patch]: Refactor Build-PSModuleDocumentation to enhance command pr…
MariusStorhaug Oct 6, 2025
70ce267
🩹 [Patch]: Fix output folder variable reference in command processing…
MariusStorhaug Oct 6, 2025
6b865bc
🩹 [Patch]: Add DESCRIPTION section to PSModuleTest functions for impr…
MariusStorhaug Oct 6, 2025
1a6dc34
🩹 [Patch]: Fix frontmatter title in markdown files by updating 'title…
MariusStorhaug Oct 6, 2025
922dede
🩹 [Patch]: Remove jscpd configuration file and update Linter workflow…
MariusStorhaug Oct 6, 2025
ce3a00c
🩹 [Patch]: Add jscpd configuration file to enable code duplication ch…
MariusStorhaug Oct 6, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .github/workflows/Action-Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,21 @@ jobs:
with:
Name: PSModuleTest
WorkingDirectory: tests/srcTestRepo

- name: Lint documentation
uses: super-linter/super-linter/slim@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0
env:
FILTER_REGEX_INCLUDE: outputs/docs
DEFAULT_WORKSPACE: tests/srcTestRepo
ENABLE_GITHUB_ACTIONS_GROUP_TITLE: true
GITHUB_TOKEN: ${{ github.token }}
RUN_LOCAL: true
VALIDATE_ALL_CODEBASE: true
VALIDATE_BIOME_FORMAT: false
VALIDATE_BIOME_LINT: false
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false
VALIDATE_GITLEAKS: false
VALIDATE_JSCPD: false
VALIDATE_JSON_PRETTIER: false
VALIDATE_MARKDOWN_PRETTIER: false
VALIDATE_YAML_PRETTIER: false
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
Test-PSModule -Name 'World'

"Hello, World!"

.NOTES
Controls:
- :q : Quit
- :q! : Quit without saving
- :wq : Save and quit
#>
[Diagnostics.CodeAnalysis.SuppressMessageAttribute(
'PSUseShouldProcessForStateChangingFunctions', '', Scope = 'Function',
Expand Down