Skip to content

Commit 611c5dc

Browse files
⚙️ [Maintenance]: Update super-linter to v8.4.0 (#83)
## 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 99556fc commit 611c5dc

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
fetch-depth: 0
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

.github/workflows/TestWorkflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ jobs:
363363
run: |
364364
Install-PSResource -Name GitHub -TrustRepository -Prerelease
365365
if ($PSMODULE_GITHUB_SCRIPT) {
366-
throw "Is not running in GitHub-Script aciton! Failing"
366+
throw "Is not running in GitHub-Script action! Failing"
367367
}
368368
$item = [pscustomobject]@{
369369
Path = $env:Path

0 commit comments

Comments
 (0)