Add icon validation for file size and duplicates #1979
Annotations
9 errors
actionlint:
.github/workflows/pr_checks.yml#L38
[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2043:warning:7:21: This loop will only ever run once. Bad quoting or missing glob/expansion? [shellcheck]
Raw Output:
.github/workflows/pr_checks.yml:38:7: shellcheck reported issue in this script: SC2043:warning:7:21: This loop will only ever run once. Bad quoting or missing glob/expansion? [shellcheck]
|
actionlint:
.github/workflows/pr_checks.yml#L38
[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2002:style:9:13: Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead [shellcheck]
Raw Output:
.github/workflows/pr_checks.yml:38:7: shellcheck reported issue in this script: SC2002:style:9:13: Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead [shellcheck]
|
actionlint:
.github/workflows/pr_checks.yml#L38
[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2076:warning:13:42: Remove quotes from right-hand side of =~ to match as a regex rather than literally [shellcheck]
Raw Output:
.github/workflows/pr_checks.yml:38:7: shellcheck reported issue in this script: SC2076:warning:13:42: Remove quotes from right-hand side of =~ to match as a regex rather than literally [shellcheck]
|
actionlint:
.github/workflows/pr_checks.yml#L38
[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:21:25: Double quote to prevent globbing and word splitting [shellcheck]
Raw Output:
.github/workflows/pr_checks.yml:38:7: shellcheck reported issue in this script: SC2086:info:21:25: Double quote to prevent globbing and word splitting [shellcheck]
|
actionlint:
.github/workflows/pr_checks.yml#L38
[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2002:style:23:24: Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead [shellcheck]
Raw Output:
.github/workflows/pr_checks.yml:38:7: shellcheck reported issue in this script: SC2002:style:23:24: Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead [shellcheck]
|
actionlint:
.github/workflows/pr_checks.yml#L38
[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2002:style:24:25: Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead [shellcheck]
Raw Output:
.github/workflows/pr_checks.yml:38:7: shellcheck reported issue in this script: SC2002:style:24:25: Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead [shellcheck]
|
actionlint:
.github/workflows/pr_checks.yml#L38
[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2002:style:25:23: Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead [shellcheck]
Raw Output:
.github/workflows/pr_checks.yml:38:7: shellcheck reported issue in this script: SC2002:style:25:23: Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead [shellcheck]
|
actionlint:
.github/workflows/pr_checks.yml#L146
[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2034:warning:3:1: BAD appears unused. Verify use (or export if used externally) [shellcheck]
Raw Output:
.github/workflows/pr_checks.yml:146:7: shellcheck reported issue in this script: SC2034:warning:3:1: BAD appears unused. Verify use (or export if used externally) [shellcheck]
|
actionlint:
.github/workflows/pr_checks.yml#L146
[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2043:warning:5:21: This loop will only ever run once. Bad quoting or missing glob/expansion? [shellcheck]
Raw Output:
.github/workflows/pr_checks.yml:146:7: shellcheck reported issue in this script: SC2043:warning:5:21: This loop will only ever run once. Bad quoting or missing glob/expansion? [shellcheck]
|