Skip to content

[CI] add Github action to bump modules commit Version #38

[CI] add Github action to bump modules commit Version

[CI] add Github action to bump modules commit Version #38

Triggered via pull request April 28, 2024 02:07
Status Failure
Total duration 15s
Artifacts

shellcheck.yml

on: pull_request
runner / shellcheck
6s
runner / shellcheck
Fit to window
Zoom out
Zoom in

Annotations

4 errors
runner / shellcheck: contrib/actions/update-modules.sh#L7
[shellcheck] reported by reviewdog 🐶 Couldn't parse this while loop. Fix to allow more checks. Raw Output: ./contrib/actions/update-modules.sh:7:1: error: Couldn't parse this while loop. Fix to allow more checks. (ShellCheck.SC1073)
runner / shellcheck: contrib/actions/update-modules.sh#L29
[shellcheck] reported by reviewdog 🐶 ShellCheck directives are only valid in front of complete compound commands, like 'if', not e.g. individual 'elif' branches. Raw Output: ./contrib/actions/update-modules.sh:29:1: error: ShellCheck directives are only valid in front of complete compound commands, like 'if', not e.g. individual 'elif' branches. (ShellCheck.SC1123)
runner / shellcheck: contrib/actions/update-modules.sh#L30
[shellcheck] reported by reviewdog 🐶 Unexpected keyword/token. Fix any mentioned problems and try again. Raw Output: ./contrib/actions/update-modules.sh:30:6: error: Unexpected keyword/token. Fix any mentioned problems and try again. (ShellCheck.SC1072)
runner / shellcheck
Process completed with exit code 1.