From b72deec57e0c21e38f0cd8b874ca921c145a664e Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 11 Oct 2025 09:36:37 +0200 Subject: [PATCH 01/32] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Add=20validatio?= =?UTF-8?q?n=20environment=20variables=20for=20scheduled=20and=20manual=20?= =?UTF-8?q?workflows;=20update=20module=20test=20description?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Action-Test.yml | 2 ++ tests/srcTestRepo/outputs/module/PSModuleTest/PSModuleTest.psm1 | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Action-Test.yml b/.github/workflows/Action-Test.yml index eafd48d..1d57c68 100644 --- a/.github/workflows/Action-Test.yml +++ b/.github/workflows/Action-Test.yml @@ -62,3 +62,5 @@ jobs: env: GITHUB_TOKEN: ${{ github.token }} VALIDATE_MARKDOWN: true + VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }} + FILTER_REGEX_INCLUDE: .*tests/srcTestRepo/outputs/docs/.* diff --git a/tests/srcTestRepo/outputs/module/PSModuleTest/PSModuleTest.psm1 b/tests/srcTestRepo/outputs/module/PSModuleTest/PSModuleTest.psm1 index 3652a48..a4b2fd6 100644 --- a/tests/srcTestRepo/outputs/module/PSModuleTest/PSModuleTest.psm1 +++ b/tests/srcTestRepo/outputs/module/PSModuleTest/PSModuleTest.psm1 @@ -257,7 +257,7 @@ function Get-PSModuleTest { Performs tests on a module. .DESCRIPTION - Performs tests on a module. + Performs tests on a module. api .EXAMPLE Test-PSModule -Name 'World' From d1ac933f1c6ad3ed9a2acf20ff87b42cc5f2c009 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 11 Oct 2025 09:49:43 +0200 Subject: [PATCH 02/32] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Update=20FILTER?= =?UTF-8?q?=5FREGEX=5FINCLUDE=20to=20match=20output=20directory=20structur?= =?UTF-8?q?e=20for=20documentation=20validation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Action-Test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Action-Test.yml b/.github/workflows/Action-Test.yml index 1d57c68..a190a4a 100644 --- a/.github/workflows/Action-Test.yml +++ b/.github/workflows/Action-Test.yml @@ -63,4 +63,4 @@ jobs: GITHUB_TOKEN: ${{ github.token }} VALIDATE_MARKDOWN: true VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }} - FILTER_REGEX_INCLUDE: .*tests/srcTestRepo/outputs/docs/.* + FILTER_REGEX_INCLUDE: .*/srcTestRepo/outputs/.* From 53127a15c2deea4475b84e8d0b15234d71c200dd Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 11 Oct 2025 09:55:33 +0200 Subject: [PATCH 03/32] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Remove=20FILTER?= =?UTF-8?q?=5FREGEX=5FINCLUDE=20from=20environment=20variables=20in=20Acti?= =?UTF-8?q?on-Test=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Action-Test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/Action-Test.yml b/.github/workflows/Action-Test.yml index a190a4a..24175fe 100644 --- a/.github/workflows/Action-Test.yml +++ b/.github/workflows/Action-Test.yml @@ -63,4 +63,3 @@ jobs: GITHUB_TOKEN: ${{ github.token }} VALIDATE_MARKDOWN: true VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }} - FILTER_REGEX_INCLUDE: .*/srcTestRepo/outputs/.* From 8294639b96f7fdc230a89306971be80eb91dd13a Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 11 Oct 2025 09:57:52 +0200 Subject: [PATCH 04/32] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Remove=20VALIDA?= =?UTF-8?q?TE=5FALL=5FCODEBASE=20environment=20variable=20from=20Action-Te?= =?UTF-8?q?st=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Action-Test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/Action-Test.yml b/.github/workflows/Action-Test.yml index 24175fe..eafd48d 100644 --- a/.github/workflows/Action-Test.yml +++ b/.github/workflows/Action-Test.yml @@ -62,4 +62,3 @@ jobs: env: GITHUB_TOKEN: ${{ github.token }} VALIDATE_MARKDOWN: true - VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }} From 1b9e83dfeeb7bce6cdb8120676b36a0e370fa115 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 11 Oct 2025 10:03:52 +0200 Subject: [PATCH 05/32] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Add=20VALIDATE?= =?UTF-8?q?=5FNATURAL=5FLANGUAGE=20environment=20variable=20for=20document?= =?UTF-8?q?ation=20validation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Action-Test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Action-Test.yml b/.github/workflows/Action-Test.yml index eafd48d..86a2613 100644 --- a/.github/workflows/Action-Test.yml +++ b/.github/workflows/Action-Test.yml @@ -62,3 +62,4 @@ jobs: env: GITHUB_TOKEN: ${{ github.token }} VALIDATE_MARKDOWN: true + VALIDATE_NATURAL_LANGUAGE: true From 51f9e95a5a8b265ffcc7788df4ef02ab94fdf8fc Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 11 Oct 2025 10:06:32 +0200 Subject: [PATCH 06/32] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Restore=20FILTE?= =?UTF-8?q?R=5FREGEX=5FINCLUDE=20environment=20variable=20for=20documentat?= =?UTF-8?q?ion=20validation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Action-Test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Action-Test.yml b/.github/workflows/Action-Test.yml index 86a2613..cd71256 100644 --- a/.github/workflows/Action-Test.yml +++ b/.github/workflows/Action-Test.yml @@ -63,3 +63,4 @@ jobs: GITHUB_TOKEN: ${{ github.token }} VALIDATE_MARKDOWN: true VALIDATE_NATURAL_LANGUAGE: true + FILTER_REGEX_INCLUDE: .*tests/srcTestRepo/outputs/docs/.* From 5ddc917b3ece48001602ad006934708c55ede48e Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 11 Oct 2025 10:11:17 +0200 Subject: [PATCH 07/32] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Restore=20VALID?= =?UTF-8?q?ATE=5FALL=5FCODEBASE=20environment=20variable=20for=20Action-Te?= =?UTF-8?q?st=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Action-Test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Action-Test.yml b/.github/workflows/Action-Test.yml index cd71256..225e025 100644 --- a/.github/workflows/Action-Test.yml +++ b/.github/workflows/Action-Test.yml @@ -63,4 +63,5 @@ jobs: GITHUB_TOKEN: ${{ github.token }} VALIDATE_MARKDOWN: true VALIDATE_NATURAL_LANGUAGE: true + VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }} FILTER_REGEX_INCLUDE: .*tests/srcTestRepo/outputs/docs/.* From 679d74dd8cac5a3e2b55da66b8b57430d868d0d2 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 11 Oct 2025 10:13:51 +0200 Subject: [PATCH 08/32] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Remove=20FILTER?= =?UTF-8?q?=5FREGEX=5FINCLUDE=20environment=20variable=20from=20Action-Tes?= =?UTF-8?q?t=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Action-Test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/Action-Test.yml b/.github/workflows/Action-Test.yml index 225e025..ec763d6 100644 --- a/.github/workflows/Action-Test.yml +++ b/.github/workflows/Action-Test.yml @@ -64,4 +64,3 @@ jobs: VALIDATE_MARKDOWN: true VALIDATE_NATURAL_LANGUAGE: true VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }} - FILTER_REGEX_INCLUDE: .*tests/srcTestRepo/outputs/docs/.* From 07f03672ce82610b5e77dac8c70e5f73074ab937 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 11 Oct 2025 10:22:43 +0200 Subject: [PATCH 09/32] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Update=20Action?= =?UTF-8?q?-Test=20workflow=20to=20include=20push=20event=20trigger=20and?= =?UTF-8?q?=20remove=20redundant=20get=20changes=20step?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Action-Test.yml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/.github/workflows/Action-Test.yml b/.github/workflows/Action-Test.yml index ec763d6..b38aac3 100644 --- a/.github/workflows/Action-Test.yml +++ b/.github/workflows/Action-Test.yml @@ -5,6 +5,9 @@ run-name: "Action-Test - [${{ github.event.pull_request.title }} #${{ github.eve on: workflow_dispatch: pull_request: + push: + branches: + - main schedule: - cron: '0 0 * * *' @@ -45,22 +48,11 @@ jobs: WorkingDirectory: tests/srcTestRepo ShowSummaryOnSuccess: true - - name: Get changes - uses: PSModule/GitHub-Script@v1 - with: - Script: | - LogGroup "List files" { - Get-ChildItem -Recurse -File | Select-Object -ExpandProperty FullName | Sort-Object - } - LogGroup "Commit changes" { - git add tests/srcTestRepo/outputs/docs/ - git commit -m "Update documentation" - } - - name: Lint documentation uses: super-linter/super-linter/slim@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0 env: GITHUB_TOKEN: ${{ github.token }} + DEFAULT_BRANCH: main VALIDATE_MARKDOWN: true VALIDATE_NATURAL_LANGUAGE: true VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }} From 773590dcadc3378ab52d834daba8d25700d4bd58 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 11 Oct 2025 10:26:33 +0200 Subject: [PATCH 10/32] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Remove=20push?= =?UTF-8?q?=20event=20trigger=20from=20Action-Test=20workflow=20and=20upda?= =?UTF-8?q?te=20DEFAULT=5FBRANCH=20to=20use=20repository's=20default=20bra?= =?UTF-8?q?nch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Action-Test.yml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Action-Test.yml b/.github/workflows/Action-Test.yml index b38aac3..d581268 100644 --- a/.github/workflows/Action-Test.yml +++ b/.github/workflows/Action-Test.yml @@ -5,9 +5,6 @@ run-name: "Action-Test - [${{ github.event.pull_request.title }} #${{ github.eve on: workflow_dispatch: pull_request: - push: - branches: - - main schedule: - cron: '0 0 * * *' @@ -48,11 +45,24 @@ jobs: WorkingDirectory: tests/srcTestRepo ShowSummaryOnSuccess: true + - name: Get changes + uses: PSModule/GitHub-Script@v1 + with: + Script: | + LogGroup "List files" { + Get-ChildItem -Recurse -File | Select-Object -ExpandProperty FullName | Sort-Object + } + LogGroup "Commit changes" { + git add tests/srcTestRepo/outputs/docs/ + git status + } + - name: Lint documentation uses: super-linter/super-linter/slim@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0 env: GITHUB_TOKEN: ${{ github.token }} - DEFAULT_BRANCH: main + DEFAULT_BRANCH: ${{ github.event.repository.default_branch }} + FILTER_REGEX_INCLUDE: ^tests/srcTestRepo/outputs/docs/.* VALIDATE_MARKDOWN: true VALIDATE_NATURAL_LANGUAGE: true VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }} From 1999f63b60e212e47f239a34ed9e8bd77c53a1ff Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 11 Oct 2025 10:34:00 +0200 Subject: [PATCH 11/32] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Update=20Action?= =?UTF-8?q?-Test=20workflow=20to=20use=20single=20quotes=20for=20log=20gro?= =?UTF-8?q?up=20names=20and=20remove=20FILTER=5FREGEX=5FINCLUDE=20environm?= =?UTF-8?q?ent=20variable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Action-Test.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Action-Test.yml b/.github/workflows/Action-Test.yml index d581268..9cea8ec 100644 --- a/.github/workflows/Action-Test.yml +++ b/.github/workflows/Action-Test.yml @@ -49,11 +49,14 @@ jobs: uses: PSModule/GitHub-Script@v1 with: Script: | - LogGroup "List files" { + LogGroup 'List files' { Get-ChildItem -Recurse -File | Select-Object -ExpandProperty FullName | Sort-Object } - LogGroup "Commit changes" { + LogGroup 'Commit changes' { git add tests/srcTestRepo/outputs/docs/ + git commit -m 'chore: update docs' + } + LogGroup 'Get changes' { git status } @@ -62,7 +65,5 @@ jobs: env: GITHUB_TOKEN: ${{ github.token }} DEFAULT_BRANCH: ${{ github.event.repository.default_branch }} - FILTER_REGEX_INCLUDE: ^tests/srcTestRepo/outputs/docs/.* VALIDATE_MARKDOWN: true VALIDATE_NATURAL_LANGUAGE: true - VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }} From e23054b6f482cfc3c0e3309310392b1c4f809595 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 11 Oct 2025 10:45:56 +0200 Subject: [PATCH 12/32] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Update=20Action?= =?UTF-8?q?-Test=20workflow=20to=20rename=20log=20group=20for=20staging=20?= =?UTF-8?q?changes=20and=20restore=20VALIDATE=5FALL=5FCODEBASE=20environme?= =?UTF-8?q?nt=20variable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Action-Test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Action-Test.yml b/.github/workflows/Action-Test.yml index 9cea8ec..f8e4f72 100644 --- a/.github/workflows/Action-Test.yml +++ b/.github/workflows/Action-Test.yml @@ -52,9 +52,8 @@ jobs: LogGroup 'List files' { Get-ChildItem -Recurse -File | Select-Object -ExpandProperty FullName | Sort-Object } - LogGroup 'Commit changes' { + LogGroup 'Stage changes for linting' { git add tests/srcTestRepo/outputs/docs/ - git commit -m 'chore: update docs' } LogGroup 'Get changes' { git status @@ -67,3 +66,4 @@ jobs: DEFAULT_BRANCH: ${{ github.event.repository.default_branch }} VALIDATE_MARKDOWN: true VALIDATE_NATURAL_LANGUAGE: true + VALIDATE_ALL_CODEBASE: true From d3c2c8cea9bccf92e4d7bc5b1ccf3c4d33e3a0a8 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 11 Oct 2025 10:49:37 +0200 Subject: [PATCH 13/32] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Restore=20FILTE?= =?UTF-8?q?R=5FREGEX=5FINCLUDE=20environment=20variable=20in=20Action-Test?= =?UTF-8?q?=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Action-Test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Action-Test.yml b/.github/workflows/Action-Test.yml index f8e4f72..680d2a1 100644 --- a/.github/workflows/Action-Test.yml +++ b/.github/workflows/Action-Test.yml @@ -64,6 +64,7 @@ jobs: env: GITHUB_TOKEN: ${{ github.token }} DEFAULT_BRANCH: ${{ github.event.repository.default_branch }} + FILTER_REGEX_INCLUDE: .*tests/srcTestRepo/outputs/docs/.* VALIDATE_MARKDOWN: true VALIDATE_NATURAL_LANGUAGE: true VALIDATE_ALL_CODEBASE: true From 4cc55d016f5a142e6ac85293059bdb34b40d7795 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 11 Oct 2025 11:00:25 +0200 Subject: [PATCH 14/32] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Update=20Action?= =?UTF-8?q?-Test=20workflow=20to=20stage=20all=20changes=20for=20linting?= =?UTF-8?q?=20and=20remove=20FILTER=5FREGEX=5FINCLUDE=20environment=20vari?= =?UTF-8?q?able?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Action-Test.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Action-Test.yml b/.github/workflows/Action-Test.yml index 680d2a1..ed1ddad 100644 --- a/.github/workflows/Action-Test.yml +++ b/.github/workflows/Action-Test.yml @@ -52,8 +52,9 @@ jobs: LogGroup 'List files' { Get-ChildItem -Recurse -File | Select-Object -ExpandProperty FullName | Sort-Object } - LogGroup 'Stage changes for linting' { - git add tests/srcTestRepo/outputs/docs/ + LogGroup 'Commit changes for linting' { + git add . + git commit -m 'Stage changes for linting' } LogGroup 'Get changes' { git status @@ -64,7 +65,5 @@ jobs: env: GITHUB_TOKEN: ${{ github.token }} DEFAULT_BRANCH: ${{ github.event.repository.default_branch }} - FILTER_REGEX_INCLUDE: .*tests/srcTestRepo/outputs/docs/.* VALIDATE_MARKDOWN: true VALIDATE_NATURAL_LANGUAGE: true - VALIDATE_ALL_CODEBASE: true From 344d70725d38d7a1eb2d8da80bc96b8daef14a21 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 11 Oct 2025 11:11:28 +0200 Subject: [PATCH 15/32] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Update=20Action?= =?UTF-8?q?-Test=20workflow=20to=20enable=20push=20event=20trigger=20and?= =?UTF-8?q?=20adjust=20environment=20variables=20for=20linting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Action-Test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Action-Test.yml b/.github/workflows/Action-Test.yml index ed1ddad..0b0f769 100644 --- a/.github/workflows/Action-Test.yml +++ b/.github/workflows/Action-Test.yml @@ -3,6 +3,7 @@ name: Action-Test run-name: "Action-Test - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}" on: + push: workflow_dispatch: pull_request: schedule: @@ -64,6 +65,8 @@ jobs: uses: super-linter/super-linter/slim@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0 env: GITHUB_TOKEN: ${{ github.token }} - DEFAULT_BRANCH: ${{ github.event.repository.default_branch }} + DEFAULT_BRANCH: ${{ github.ref_name }} + VALIDATE_ALL_CODEBASE: false VALIDATE_MARKDOWN: true VALIDATE_NATURAL_LANGUAGE: true + FILTER_REGEX_INCLUDE: ^tests/srcTestRepo/outputs/docs/.* From a07d90a8bd3e6c6ec3d86f157577dc280d73db4c Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 11 Oct 2025 11:15:22 +0200 Subject: [PATCH 16/32] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Update=20DEFAUL?= =?UTF-8?q?T=5FBRANCH=20environment=20variable=20to=20prioritize=20pull=20?= =?UTF-8?q?request=20head=20reference=20in=20Action-Test=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Action-Test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Action-Test.yml b/.github/workflows/Action-Test.yml index 0b0f769..c859c22 100644 --- a/.github/workflows/Action-Test.yml +++ b/.github/workflows/Action-Test.yml @@ -65,7 +65,7 @@ jobs: uses: super-linter/super-linter/slim@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0 env: GITHUB_TOKEN: ${{ github.token }} - DEFAULT_BRANCH: ${{ github.ref_name }} + DEFAULT_BRANCH: ${{ github.event.pull_request.head.ref || github.ref_name }} VALIDATE_ALL_CODEBASE: false VALIDATE_MARKDOWN: true VALIDATE_NATURAL_LANGUAGE: true From 25bfe1f6f06449749ede22610fc14e46d86f30a6 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 11 Oct 2025 11:21:49 +0200 Subject: [PATCH 17/32] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Comment=20out?= =?UTF-8?q?=20Get=20changes=20step=20in=20Action-Test=20workflow=20and=20u?= =?UTF-8?q?pdate=20VALIDATE=5FALL=5FCODEBASE=20environment=20variable=20to?= =?UTF-8?q?=20true?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Action-Test.yml | 32 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/.github/workflows/Action-Test.yml b/.github/workflows/Action-Test.yml index c859c22..5a0175f 100644 --- a/.github/workflows/Action-Test.yml +++ b/.github/workflows/Action-Test.yml @@ -46,27 +46,25 @@ jobs: WorkingDirectory: tests/srcTestRepo ShowSummaryOnSuccess: true - - name: Get changes - uses: PSModule/GitHub-Script@v1 - with: - Script: | - LogGroup 'List files' { - Get-ChildItem -Recurse -File | Select-Object -ExpandProperty FullName | Sort-Object - } - LogGroup 'Commit changes for linting' { - git add . - git commit -m 'Stage changes for linting' - } - LogGroup 'Get changes' { - git status - } + # - name: Get changes + # uses: PSModule/GitHub-Script@v1 + # with: + # Script: | + # LogGroup 'List files' { + # Get-ChildItem -Recurse -File | Select-Object -ExpandProperty FullName | Sort-Object + # } + # LogGroup 'Commit changes for linting' { + # git add . + # git commit -m 'Stage changes for linting' + # } + # LogGroup 'Get changes' { + # git status + # } - name: Lint documentation uses: super-linter/super-linter/slim@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0 env: GITHUB_TOKEN: ${{ github.token }} - DEFAULT_BRANCH: ${{ github.event.pull_request.head.ref || github.ref_name }} - VALIDATE_ALL_CODEBASE: false + VALIDATE_ALL_CODEBASE: true VALIDATE_MARKDOWN: true VALIDATE_NATURAL_LANGUAGE: true - FILTER_REGEX_INCLUDE: ^tests/srcTestRepo/outputs/docs/.* From b192cc72854ae2657cecaf8621561e030938e1ed Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 11 Oct 2025 11:24:13 +0200 Subject: [PATCH 18/32] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Restore=20Get?= =?UTF-8?q?=20changes=20step=20in=20Action-Test=20workflow=20for=20file=20?= =?UTF-8?q?listing=20and=20staging=20changes=20for=20linting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Action-Test.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/Action-Test.yml b/.github/workflows/Action-Test.yml index 5a0175f..1b15251 100644 --- a/.github/workflows/Action-Test.yml +++ b/.github/workflows/Action-Test.yml @@ -46,20 +46,20 @@ jobs: WorkingDirectory: tests/srcTestRepo ShowSummaryOnSuccess: true - # - name: Get changes - # uses: PSModule/GitHub-Script@v1 - # with: - # Script: | - # LogGroup 'List files' { - # Get-ChildItem -Recurse -File | Select-Object -ExpandProperty FullName | Sort-Object - # } - # LogGroup 'Commit changes for linting' { - # git add . - # git commit -m 'Stage changes for linting' - # } - # LogGroup 'Get changes' { - # git status - # } + - name: Get changes + uses: PSModule/GitHub-Script@v1 + with: + Script: | + LogGroup 'List files' { + Get-ChildItem -Recurse -File | Select-Object -ExpandProperty FullName | Sort-Object + } + LogGroup 'Commit changes for linting' { + git add . + git commit -m 'Stage changes for linting' + } + LogGroup 'Get changes' { + git status + } - name: Lint documentation uses: super-linter/super-linter/slim@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0 From d23d6618b087133021e4d5c26baf27743698efed Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 11 Oct 2025 11:34:03 +0200 Subject: [PATCH 19/32] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Update=20lintin?= =?UTF-8?q?g=20environment=20variables=20in=20Action-Test=20workflow=20to?= =?UTF-8?q?=20enhance=20documentation=20validation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Action-Test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/Action-Test.yml b/.github/workflows/Action-Test.yml index 1b15251..a56488d 100644 --- a/.github/workflows/Action-Test.yml +++ b/.github/workflows/Action-Test.yml @@ -65,6 +65,10 @@ jobs: uses: super-linter/super-linter/slim@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0 env: GITHUB_TOKEN: ${{ github.token }} + RUN_LOCAL: true + ENABLE_GITHUB_ACTIONS_GROUP_TITLE: true + ENABLE_GITHUB_ACTIONS_STEP_SUMMARY: true VALIDATE_ALL_CODEBASE: true VALIDATE_MARKDOWN: true VALIDATE_NATURAL_LANGUAGE: true + FILTER_REGEX_INCLUDE: ^tests/srcTestRepo/outputs/docs/.* From 455bc261255763f2e2de52d1d1fdb97ed3867ce3 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 11 Oct 2025 11:49:36 +0200 Subject: [PATCH 20/32] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Remove=20unnece?= =?UTF-8?q?ssary=20environment=20variables=20in=20Action-Test=20workflow?= =?UTF-8?q?=20and=20set=20DEFAULT=5FBRANCH=20to=20reference=20the=20curren?= =?UTF-8?q?t=20branch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Action-Test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/Action-Test.yml b/.github/workflows/Action-Test.yml index a56488d..c13cbcd 100644 --- a/.github/workflows/Action-Test.yml +++ b/.github/workflows/Action-Test.yml @@ -65,9 +65,7 @@ jobs: uses: super-linter/super-linter/slim@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0 env: GITHUB_TOKEN: ${{ github.token }} - RUN_LOCAL: true - ENABLE_GITHUB_ACTIONS_GROUP_TITLE: true - ENABLE_GITHUB_ACTIONS_STEP_SUMMARY: true + DEFAULT_BRANCH: ${{ github.ref }} VALIDATE_ALL_CODEBASE: true VALIDATE_MARKDOWN: true VALIDATE_NATURAL_LANGUAGE: true From b233502d04d594f60061b88666d0869c29bc3c11 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 11 Oct 2025 11:54:20 +0200 Subject: [PATCH 21/32] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Update=20Action?= =?UTF-8?q?-Test=20workflow=20to=20create=20and=20switch=20to=20a=20'lint'?= =?UTF-8?q?=20branch=20for=20staging=20changes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Action-Test.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Action-Test.yml b/.github/workflows/Action-Test.yml index c13cbcd..b383faf 100644 --- a/.github/workflows/Action-Test.yml +++ b/.github/workflows/Action-Test.yml @@ -53,6 +53,10 @@ jobs: LogGroup 'List files' { Get-ChildItem -Recurse -File | Select-Object -ExpandProperty FullName | Sort-Object } + LogGroup 'Create lint branch' { + git branch -D lint -f 2>$null + git checkout -b lint + } LogGroup 'Commit changes for linting' { git add . git commit -m 'Stage changes for linting' @@ -65,7 +69,7 @@ jobs: uses: super-linter/super-linter/slim@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0 env: GITHUB_TOKEN: ${{ github.token }} - DEFAULT_BRANCH: ${{ github.ref }} + DEFAULT_BRANCH: lint VALIDATE_ALL_CODEBASE: true VALIDATE_MARKDOWN: true VALIDATE_NATURAL_LANGUAGE: true From 58bbae8c09914deb54b5dbd8391bddd188ad2434 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 11 Oct 2025 12:19:36 +0200 Subject: [PATCH 22/32] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Remove=20forced?= =?UTF-8?q?=20deletion=20of=20'lint'=20branch=20and=20comment=20out=20comm?= =?UTF-8?q?it=20step=20in=20Action-Test=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Action-Test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/Action-Test.yml b/.github/workflows/Action-Test.yml index b383faf..a2d1eca 100644 --- a/.github/workflows/Action-Test.yml +++ b/.github/workflows/Action-Test.yml @@ -54,12 +54,11 @@ jobs: Get-ChildItem -Recurse -File | Select-Object -ExpandProperty FullName | Sort-Object } LogGroup 'Create lint branch' { - git branch -D lint -f 2>$null git checkout -b lint } LogGroup 'Commit changes for linting' { git add . - git commit -m 'Stage changes for linting' + # git commit -m 'Stage changes for linting' } LogGroup 'Get changes' { git status From 4d068ff40006c7d21a141c57ac06bde7ebb2c44b Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 11 Oct 2025 12:20:18 +0200 Subject: [PATCH 23/32] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Uncomment=20com?= =?UTF-8?q?mit=20step=20in=20Action-Test=20workflow=20and=20remove=20unuse?= =?UTF-8?q?d=20environment=20variable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Action-Test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/Action-Test.yml b/.github/workflows/Action-Test.yml index a2d1eca..a1449f6 100644 --- a/.github/workflows/Action-Test.yml +++ b/.github/workflows/Action-Test.yml @@ -58,7 +58,7 @@ jobs: } LogGroup 'Commit changes for linting' { git add . - # git commit -m 'Stage changes for linting' + git commit -m 'Stage changes for linting' } LogGroup 'Get changes' { git status @@ -69,7 +69,5 @@ jobs: env: GITHUB_TOKEN: ${{ github.token }} DEFAULT_BRANCH: lint - VALIDATE_ALL_CODEBASE: true VALIDATE_MARKDOWN: true VALIDATE_NATURAL_LANGUAGE: true - FILTER_REGEX_INCLUDE: ^tests/srcTestRepo/outputs/docs/.* From 1c3fcb0ea0475d89aa32ad2cfa3ac8101c9fd0ee Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 11 Oct 2025 12:25:00 +0200 Subject: [PATCH 24/32] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Update=20Action?= =?UTF-8?q?-Test=20workflow=20to=20create=20a=20unique=20lint=20branch=20f?= =?UTF-8?q?or=20staging=20changes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Action-Test.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Action-Test.yml b/.github/workflows/Action-Test.yml index a1449f6..28efbc7 100644 --- a/.github/workflows/Action-Test.yml +++ b/.github/workflows/Action-Test.yml @@ -48,13 +48,17 @@ jobs: - name: Get changes uses: PSModule/GitHub-Script@v1 + id: get-lint-branch with: Script: | LogGroup 'List files' { Get-ChildItem -Recurse -File | Select-Object -ExpandProperty FullName | Sort-Object } - LogGroup 'Create lint branch' { - git checkout -b lint + $random = Get-Random -Minimum 1000 -Maximum 9999 + $branch = "lint-$random" + Set-GitHubOutput -Name lintBranch -Value $branch + LogGroup "Create $branch branch" { + git checkout -b $branch } LogGroup 'Commit changes for linting' { git add . @@ -68,6 +72,6 @@ jobs: uses: super-linter/super-linter/slim@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0 env: GITHUB_TOKEN: ${{ github.token }} - DEFAULT_BRANCH: lint + DEFAULT_BRANCH: ${{ fromJson(steps.get-lint-branch.outputs.result).lintBranch }} VALIDATE_MARKDOWN: true VALIDATE_NATURAL_LANGUAGE: true From af3d86186bb67405fdb2d1317109bf8e3002b139 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 11 Oct 2025 14:53:34 +0200 Subject: [PATCH 25/32] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Add=20VALIDATE?= =?UTF-8?q?=5FALL=5FCODEBASE=20option=20to=20Action-Test=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Action-Test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Action-Test.yml b/.github/workflows/Action-Test.yml index 28efbc7..6a99678 100644 --- a/.github/workflows/Action-Test.yml +++ b/.github/workflows/Action-Test.yml @@ -75,3 +75,4 @@ jobs: DEFAULT_BRANCH: ${{ fromJson(steps.get-lint-branch.outputs.result).lintBranch }} VALIDATE_MARKDOWN: true VALIDATE_NATURAL_LANGUAGE: true + VALIDATE_ALL_CODEBASE: true From 1b3680a8f7ec1503b1bef9ff4cb0956f5c017d12 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 11 Oct 2025 14:57:16 +0200 Subject: [PATCH 26/32] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Comment=20out?= =?UTF-8?q?=20Get=20changes=20step=20in=20Action-Test=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Action-Test.yml | 44 +++++++++++++++---------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/Action-Test.yml b/.github/workflows/Action-Test.yml index 6a99678..e1f3aaa 100644 --- a/.github/workflows/Action-Test.yml +++ b/.github/workflows/Action-Test.yml @@ -46,33 +46,33 @@ jobs: WorkingDirectory: tests/srcTestRepo ShowSummaryOnSuccess: true - - name: Get changes - uses: PSModule/GitHub-Script@v1 - id: get-lint-branch - with: - Script: | - LogGroup 'List files' { - Get-ChildItem -Recurse -File | Select-Object -ExpandProperty FullName | Sort-Object - } - $random = Get-Random -Minimum 1000 -Maximum 9999 - $branch = "lint-$random" - Set-GitHubOutput -Name lintBranch -Value $branch - LogGroup "Create $branch branch" { - git checkout -b $branch - } - LogGroup 'Commit changes for linting' { - git add . - git commit -m 'Stage changes for linting' - } - LogGroup 'Get changes' { - git status - } + # - name: Get changes + # uses: PSModule/GitHub-Script@v1 + # id: get-lint-branch + # with: + # Script: | + # LogGroup 'List files' { + # Get-ChildItem -Recurse -File | Select-Object -ExpandProperty FullName | Sort-Object + # } + # $random = Get-Random -Minimum 1000 -Maximum 9999 + # $branch = "lint-$random" + # Set-GitHubOutput -Name lintBranch -Value $branch + # LogGroup "Create $branch branch" { + # git checkout -b $branch + # } + # LogGroup 'Commit changes for linting' { + # git add . + # git commit -m 'Stage changes for linting' + # } + # LogGroup 'Get changes' { + # git status + # } - name: Lint documentation uses: super-linter/super-linter/slim@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0 env: GITHUB_TOKEN: ${{ github.token }} - DEFAULT_BRANCH: ${{ fromJson(steps.get-lint-branch.outputs.result).lintBranch }} VALIDATE_MARKDOWN: true VALIDATE_NATURAL_LANGUAGE: true VALIDATE_ALL_CODEBASE: true + USE_FIND_ALGORITHM: true From 2a3fd42acd4587ef51827d488ca60ac6915bba67 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 11 Oct 2025 15:07:09 +0200 Subject: [PATCH 27/32] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Restore=20Get?= =?UTF-8?q?=20changes=20step=20in=20Action-Test=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Action-Test.yml | 43 ++++++++++++++++--------------- 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/.github/workflows/Action-Test.yml b/.github/workflows/Action-Test.yml index e1f3aaa..b9472ea 100644 --- a/.github/workflows/Action-Test.yml +++ b/.github/workflows/Action-Test.yml @@ -46,32 +46,33 @@ jobs: WorkingDirectory: tests/srcTestRepo ShowSummaryOnSuccess: true - # - name: Get changes - # uses: PSModule/GitHub-Script@v1 - # id: get-lint-branch - # with: - # Script: | - # LogGroup 'List files' { - # Get-ChildItem -Recurse -File | Select-Object -ExpandProperty FullName | Sort-Object - # } - # $random = Get-Random -Minimum 1000 -Maximum 9999 - # $branch = "lint-$random" - # Set-GitHubOutput -Name lintBranch -Value $branch - # LogGroup "Create $branch branch" { - # git checkout -b $branch - # } - # LogGroup 'Commit changes for linting' { - # git add . - # git commit -m 'Stage changes for linting' - # } - # LogGroup 'Get changes' { - # git status - # } + - name: Get changes + uses: PSModule/GitHub-Script@v1 + id: get-lint-branch + with: + Script: | + LogGroup 'List files' { + Get-ChildItem -Recurse -File | Select-Object -ExpandProperty FullName | Sort-Object + } + $random = Get-Random -Minimum 1000 -Maximum 9999 + $branch = "lint-$random" + Set-GitHubOutput -Name lintBranch -Value $branch + LogGroup "Create $branch branch" { + git checkout -b $branch + } + LogGroup 'Commit changes for linting' { + git add . + git commit -m 'Stage changes for linting' + } + LogGroup 'Get changes' { + git status + } - name: Lint documentation uses: super-linter/super-linter/slim@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0 env: GITHUB_TOKEN: ${{ github.token }} + DEFAULT_BRANCH: ${{ fromJson(steps.get-lint-branch.outputs.result).lintBranch }} VALIDATE_MARKDOWN: true VALIDATE_NATURAL_LANGUAGE: true VALIDATE_ALL_CODEBASE: true From e789c280a32cbf8bccc2e30b06f5399902041c2c Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 11 Oct 2025 15:17:35 +0200 Subject: [PATCH 28/32] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Comment=20out?= =?UTF-8?q?=20Get=20changes=20step=20in=20Action-Test=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Action-Test.yml | 45 +++++++++++++++---------------- 1 file changed, 22 insertions(+), 23 deletions(-) diff --git a/.github/workflows/Action-Test.yml b/.github/workflows/Action-Test.yml index b9472ea..cdaddc6 100644 --- a/.github/workflows/Action-Test.yml +++ b/.github/workflows/Action-Test.yml @@ -46,33 +46,32 @@ jobs: WorkingDirectory: tests/srcTestRepo ShowSummaryOnSuccess: true - - name: Get changes - uses: PSModule/GitHub-Script@v1 - id: get-lint-branch - with: - Script: | - LogGroup 'List files' { - Get-ChildItem -Recurse -File | Select-Object -ExpandProperty FullName | Sort-Object - } - $random = Get-Random -Minimum 1000 -Maximum 9999 - $branch = "lint-$random" - Set-GitHubOutput -Name lintBranch -Value $branch - LogGroup "Create $branch branch" { - git checkout -b $branch - } - LogGroup 'Commit changes for linting' { - git add . - git commit -m 'Stage changes for linting' - } - LogGroup 'Get changes' { - git status - } + # - name: Get changes + # uses: PSModule/GitHub-Script@v1 + # id: get-lint-branch + # with: + # Script: | + # LogGroup 'List files' { + # Get-ChildItem -Recurse -File | Select-Object -ExpandProperty FullName | Sort-Object + # } + # $random = Get-Random -Minimum 1000 -Maximum 9999 + # $branch = "lint-$random" + # Set-GitHubOutput -Name lintBranch -Value $branch + # LogGroup "Create $branch branch" { + # git checkout -b $branch + # } + # LogGroup 'Commit changes for linting' { + # git add . + # git commit -m 'Stage changes for linting' + # } + # LogGroup 'Get changes' { + # git status + # } - name: Lint documentation - uses: super-linter/super-linter/slim@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0 + uses: super-linter/super-linter/slim@release-please--branches--main # 7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0 env: GITHUB_TOKEN: ${{ github.token }} - DEFAULT_BRANCH: ${{ fromJson(steps.get-lint-branch.outputs.result).lintBranch }} VALIDATE_MARKDOWN: true VALIDATE_NATURAL_LANGUAGE: true VALIDATE_ALL_CODEBASE: true From f991494c44b89324eb644866ddc8a69229fe7694 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 11 Oct 2025 15:26:52 +0200 Subject: [PATCH 29/32] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Update=20super-?= =?UTF-8?q?linter=20version=20to=20v8.1.0=20in=20Action-Test=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Action-Test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Action-Test.yml b/.github/workflows/Action-Test.yml index cdaddc6..268f3d2 100644 --- a/.github/workflows/Action-Test.yml +++ b/.github/workflows/Action-Test.yml @@ -69,7 +69,7 @@ jobs: # } - name: Lint documentation - uses: super-linter/super-linter/slim@release-please--branches--main # 7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0 + uses: super-linter/super-linter/slim@v8.1.0 # 7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0 env: GITHUB_TOKEN: ${{ github.token }} VALIDATE_MARKDOWN: true From 6ac64f6d11ae5090d9b3a22967a5df6334e07947 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 11 Oct 2025 15:29:15 +0200 Subject: [PATCH 30/32] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Ensure=20main?= =?UTF-8?q?=20branch=20is=20specified=20for=20push=20events=20in=20Action-?= =?UTF-8?q?Test=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Action-Test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/Action-Test.yml b/.github/workflows/Action-Test.yml index 268f3d2..f752274 100644 --- a/.github/workflows/Action-Test.yml +++ b/.github/workflows/Action-Test.yml @@ -4,6 +4,8 @@ run-name: "Action-Test - [${{ github.event.pull_request.title }} #${{ github.eve on: push: + branches: + - main workflow_dispatch: pull_request: schedule: From 8bbd23fe9b932eb2839d9bf2e2c17dafbd96e6dc Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 11 Oct 2025 15:35:46 +0200 Subject: [PATCH 31/32] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Remove=20commen?= =?UTF-8?q?ted-out=20Get=20changes=20step=20from=20Action-Test=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Action-Test.yml | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/.github/workflows/Action-Test.yml b/.github/workflows/Action-Test.yml index f752274..2191713 100644 --- a/.github/workflows/Action-Test.yml +++ b/.github/workflows/Action-Test.yml @@ -48,30 +48,8 @@ jobs: WorkingDirectory: tests/srcTestRepo ShowSummaryOnSuccess: true - # - name: Get changes - # uses: PSModule/GitHub-Script@v1 - # id: get-lint-branch - # with: - # Script: | - # LogGroup 'List files' { - # Get-ChildItem -Recurse -File | Select-Object -ExpandProperty FullName | Sort-Object - # } - # $random = Get-Random -Minimum 1000 -Maximum 9999 - # $branch = "lint-$random" - # Set-GitHubOutput -Name lintBranch -Value $branch - # LogGroup "Create $branch branch" { - # git checkout -b $branch - # } - # LogGroup 'Commit changes for linting' { - # git add . - # git commit -m 'Stage changes for linting' - # } - # LogGroup 'Get changes' { - # git status - # } - - name: Lint documentation - uses: super-linter/super-linter/slim@v8.1.0 # 7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0 + uses: super-linter/super-linter/slim@v8.1.0 env: GITHUB_TOKEN: ${{ github.token }} VALIDATE_MARKDOWN: true From 2ce5bc6f042abdde109c442b1615b24b47d08b45 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 11 Oct 2025 15:44:56 +0200 Subject: [PATCH 32/32] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Fix=20descripti?= =?UTF-8?q?on=20formatting=20in=20Get-PSModuleTest=20function?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/srcTestRepo/outputs/module/PSModuleTest/PSModuleTest.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/srcTestRepo/outputs/module/PSModuleTest/PSModuleTest.psm1 b/tests/srcTestRepo/outputs/module/PSModuleTest/PSModuleTest.psm1 index a4b2fd6..3652a48 100644 --- a/tests/srcTestRepo/outputs/module/PSModuleTest/PSModuleTest.psm1 +++ b/tests/srcTestRepo/outputs/module/PSModuleTest/PSModuleTest.psm1 @@ -257,7 +257,7 @@ function Get-PSModuleTest { Performs tests on a module. .DESCRIPTION - Performs tests on a module. api + Performs tests on a module. .EXAMPLE Test-PSModule -Name 'World'