chore: workflow to automatically remove deprecations #3361
actionlint.yml
on: pull_request
actionlint
15s
check workflows generated by build.in.yml
11s
Annotations
2 errors and 7 warnings
|
actionlint:
.github/workflows/monthly_deprecated_check.yml#L25
[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2276:error:6:126: This is interpreted as a command name containing '='. Bad assignment or comparison? [shellcheck]
Raw Output:
e:.github/workflows/monthly_deprecated_check.yml:25:7: shellcheck reported issue in this script: SC2276:error:6:126: This is interpreted as a command name containing '='. Bad assignment or comparison? [shellcheck]
|
|
actionlint:
.github/workflows/monthly_deprecated_check.yml#L25
[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2037:error:6:1: To assign the output of a command, use var=$(cmd) [shellcheck]
Raw Output:
e:.github/workflows/monthly_deprecated_check.yml:25:7: shellcheck reported issue in this script: SC2037:error:6:1: To assign the output of a command, use var=$(cmd) [shellcheck]
|
|
actionlint:
.github/workflows/monthly_deprecated_check.yml#L37
[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:5:26: Double quote to prevent globbing and word splitting [shellcheck]
Raw Output:
i:.github/workflows/monthly_deprecated_check.yml:37:7: shellcheck reported issue in this script: SC2086:info:5:26: Double quote to prevent globbing and word splitting [shellcheck]
|
|
actionlint:
.github/workflows/monthly_deprecated_check.yml#L37
[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:2:27: Double quote to prevent globbing and word splitting [shellcheck]
Raw Output:
i:.github/workflows/monthly_deprecated_check.yml:37:7: shellcheck reported issue in this script: SC2086:info:2:27: Double quote to prevent globbing and word splitting [shellcheck]
|
|
actionlint:
.github/workflows/monthly_deprecated_check.yml#L25
[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC1001:info:6:131: This \s will be a regular 's' in this context [shellcheck]
Raw Output:
i:.github/workflows/monthly_deprecated_check.yml:25:7: shellcheck reported issue in this script: SC1001:info:6:131: This \s will be a regular 's' in this context [shellcheck]
|
|
actionlint:
.github/workflows/monthly_deprecated_check.yml#L25
[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC1012:warning:6:128: \n is just literal 'n' here. For line feed, use a quoted, literal line feed instead [shellcheck]
Raw Output:
w:.github/workflows/monthly_deprecated_check.yml:25:7: shellcheck reported issue in this script: SC1012:warning:6:128: \n is just literal 'n' here. For line feed, use a quoted, literal line feed instead [shellcheck]
|
|
actionlint:
.github/workflows/monthly_deprecated_check.yml#L25
[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2211:warning:6:126: This is a glob used as a command name. Was it supposed to be in ${..}, array, or is it missing quoting? [shellcheck]
Raw Output:
w:.github/workflows/monthly_deprecated_check.yml:25:7: shellcheck reported issue in this script: SC2211:warning:6:126: This is a glob used as a command name. Was it supposed to be in ${..}, array, or is it missing quoting? [shellcheck]
|
|
actionlint:
.github/workflows/monthly_deprecated_check.yml#L25
[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2125:warning:6:9: Brace expansions and globs are literal in assignments. Quote it or use an array [shellcheck]
Raw Output:
w:.github/workflows/monthly_deprecated_check.yml:25:7: shellcheck reported issue in this script: SC2125:warning:6:9: Brace expansions and globs are literal in assignments. Quote it or use an array [shellcheck]
|
|
actionlint:
.github/workflows/monthly_deprecated_check.yml#L20
[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:2:27: Double quote to prevent globbing and word splitting [shellcheck]
Raw Output:
i:.github/workflows/monthly_deprecated_check.yml:20:7: shellcheck reported issue in this script: SC2086:info:2:27: Double quote to prevent globbing and word splitting [shellcheck]
|