labeのactionのバージョンが変わるか確認する #6
reviewdog.yml
on: push
runner / shellcheck
4s
runner / shfmt
7s
runner / actionlint
5s
runner / misspell
8s
runner / alex
26s
Annotations
9 warnings
runner / shellcheck:
script.sh#L11
[shellcheck] reported by reviewdog 🐶
Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $?.
Raw Output:
./script.sh:11:6: info: Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $?. (ShellCheck.SC2181)
|
runner / shellcheck:
script.sh#L34
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./script.sh:34:5: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
runner / actionlint:
.github/workflows/test.yml#L18
[actionlint] reported by reviewdog 🐶
input "locale" is not defined in action "Run Biome with reviewdog" defined at "./". available inputs are "biome_flags", "fail_on_error", "filter_mode", "github_token", "level", "reporter", "reviewdog_flags", "tool_name", "workdir" [action]
Raw Output:
.github/workflows/test.yml:18:11: input "locale" is not defined in action "Run Biome with reviewdog" defined at "./". available inputs are "biome_flags", "fail_on_error", "filter_mode", "github_token", "level", "reporter", "reviewdog_flags", "tool_name", "workdir" [action]
|
runner / actionlint:
.github/workflows/test.yml#L31
[actionlint] reported by reviewdog 🐶
input "locale" is not defined in action "Run Biome with reviewdog" defined at "./". available inputs are "biome_flags", "fail_on_error", "filter_mode", "github_token", "level", "reporter", "reviewdog_flags", "tool_name", "workdir" [action]
Raw Output:
.github/workflows/test.yml:31:11: input "locale" is not defined in action "Run Biome with reviewdog" defined at "./". available inputs are "biome_flags", "fail_on_error", "filter_mode", "github_token", "level", "reporter", "reviewdog_flags", "tool_name", "workdir" [action]
|
runner / actionlint:
.github/workflows/test.yml#L46
[actionlint] reported by reviewdog 🐶
input "locale" is not defined in action "Run Biome with reviewdog" defined at "./". available inputs are "biome_flags", "fail_on_error", "filter_mode", "github_token", "level", "reporter", "reviewdog_flags", "tool_name", "workdir" [action]
Raw Output:
.github/workflows/test.yml:46:11: input "locale" is not defined in action "Run Biome with reviewdog" defined at "./". available inputs are "biome_flags", "fail_on_error", "filter_mode", "github_token", "level", "reporter", "reviewdog_flags", "tool_name", "workdir" [action]
|
runner / misspell:
testdata/text.md#L1
[misspell] reported by reviewdog 🐶
"Determinisitic" is a misspelling of "Deterministic"
Raw Output:
./testdata/text.md:1:0: "Determinisitic" is a misspelling of "Deterministic"
|
runner / misspell:
testdata/text.md#L3
[misspell] reported by reviewdog 🐶
"colour" is a misspelling of "color"
Raw Output:
./testdata/text.md:3:0: "colour" is a misspelling of "color"
|
runner / misspell:
testdata/text.md#L5
[misspell] reported by reviewdog 🐶
"langauge" is a misspelling of "language"
Raw Output:
./testdata/text.md:5:0: "langauge" is a misspelling of "language"
|
runner / misspell:
testdata/subdir/text.md#L1
[misspell] reported by reviewdog 🐶
"Determinisitic" is a misspelling of "Deterministic"
Raw Output:
./testdata/subdir/text.md:1:0: "Determinisitic" is a misspelling of "Deterministic"
|