File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [codespell]
2+ skip = ./.github/linters
Original file line number Diff line number Diff line change 2525 persist-credentials : false
2626
2727 - name : Lint code base
28- uses : super-linter/super-linter@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 # v8.3.2
28+ uses : super-linter/super-linter@12562e48d7059cf666c43a4ecb0d3b5a2b31bd9e # v8.4.0
2929 env :
3030 GITHUB_TOKEN : ${{ github.token }}
3131 VALIDATE_BIOME_FORMAT : false
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ to streamline continuous integration for PowerShell projects:
2020The action's behavior is controlled by a ** layered configuration** system, which merges settings from multiple sources in a specific order. The
2121highest-priority settings override lower-priority ones. The order of precedence is as follows:
2222
23- | Setting | Default | Test Suite | Direct Inputs | Result |
24- | ------------| ---------| ------------| ---------------| --------|
25- | ` SettingA ` | ` X ` | | | ` X ` |
26- | ` SettingB ` | ` X ` | ` Y ` | | ` Y ` |
27- | ` SettingC ` | ` X ` | ` Y ` | ` Z ` | ` Z ` |
23+ | Setting | Default | Test Suite | Direct Inputs | Result |
24+ | ------------- | ---------| ------------| ---------------| --------|
25+ | ` Setting_A ` | ` X ` | | | ` X ` |
26+ | ` Setting_B ` | ` X ` | ` Y ` | | ` Y ` |
27+ | ` Setting_C ` | ` X ` | ` Y ` | ` Z ` | ` Z ` |
2828
2929This ** last-write-wins** strategy means you can set global defaults while retaining the flexibility to override them at the action level.
3030
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ Get-Module | Format-Table -AutoSize | Out-String
5454' ::endgroup::'
5555
5656$configuration = New-PesterConfiguration - Hashtable $configuration
57- $PSStyle.OutputRendering = ' Host' # Ensure propper XML rendering
57+ $PSStyle.OutputRendering = ' Host' # Ensure proper XML rendering
5858$testResults = Invoke-Pester - Configuration $configuration
5959$PSStyle.OutputRendering = ' Ansi'
6060
You can’t perform that action at this time.
0 commit comments