Skip to content

Commit 49fd245

Browse files
⚙️ [Maintenance]: Update super-linter to v8.4.0 (#12)
## Description Updates super-linter from v8.3.2 to v8.4.0. ## Changes - Updated `super-linter/super-linter` to v8.4.0 (`12562e48d7059cf666c43a4ecb0d3b5a2b31bd9e`) - Added `.codespellrc` configuration file for codespell linter ## References - [super-linter v8.4.0 release](https://github.com/super-linter/super-linter/releases/tag/v8.4.0)
1 parent 8ff8927 commit 49fd245

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/linters/.codespellrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[codespell]
2+
skip = ./.github/linters

.github/workflows/Linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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

src/Helpers/Helpers.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1116,7 +1116,7 @@ function Set-GitHubLogGroup {
11161116
11171117
.DESCRIPTION
11181118
DSL approach for GitHub Action commands.
1119-
Allows for colapsing of code in IDE for code that belong together.
1119+
Allows for collapsing of code in IDE for code that belong together.
11201120
11211121
.EXAMPLE
11221122
Set-GitHubLogGroup -Name 'MyGroup' -ScriptBlock {

0 commit comments

Comments
 (0)