Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 2 additions & 0 deletions .github/linters/.codespellrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[codespell]
skip = ./.github/linters
2 changes: 1 addition & 1 deletion .github/workflows/Linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
persist-credentials: false

- name: Lint code base
uses: super-linter/super-linter@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 # v8.3.2
uses: super-linter/super-linter@12562e48d7059cf666c43a4ecb0d3b5a2b31bd9e # v8.4.0
env:
GITHUB_TOKEN: ${{ github.token }}
VALIDATE_BIOME_FORMAT: false
Expand Down
2 changes: 1 addition & 1 deletion src/Helpers/Helpers.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ function Set-GitHubLogGroup {

.DESCRIPTION
DSL approach for GitHub Action commands.
Allows for colapsing of code in IDE for code that belong together.
Allows for collapsing of code in IDE for code that belong together.

.EXAMPLE
Set-GitHubLogGroup -Name 'MyGroup' -ScriptBlock {
Expand Down