Skip to content

Commit 8cbac20

Browse files
super-linterアップデート (#1744)
* Update super-linter/super-linter action to v8.4.0 * Add .codespellrc based on super-linter template * Exclude .gitignore from codespell checks --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ed457ea commit 8cbac20

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.codespellrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# https://github.com/super-linter/super-linter/blob/ff76a002516303867ea0cc83fa748467362c80eb/TEMPLATES/.codespellrc
2+
[codespell]
3+
check-hidden =
4+
skip = */package-lock.json,*/go.mod,*/go.sum,*.log,.git,*/.gitignore

.github/workflows/super-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# Run Linter against code base #
5555
################################
5656
- name: Lint Code Base
57-
uses: super-linter/super-linter/slim@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 # v8.3.2
57+
uses: super-linter/super-linter/slim@12562e48d7059cf666c43a4ecb0d3b5a2b31bd9e # v8.4.0
5858
env:
5959
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6060
DEFAULT_BRANCH: main

0 commit comments

Comments
 (0)