[CI] add Github action to bump modules commit Version #37
shellcheck.yml
on: pull_request
runner / shellcheck
4s
Annotations
1 error and 3 warnings
runner / shellcheck
Process completed with exit code 1.
|
runner / shellcheck:
contrib/actions/update-modules.sh#L20
[shellcheck] reported by reviewdog 🐶
Make sure not to read and write the same file in the same pipeline.
Raw Output:
./contrib/actions/update-modules.sh:20:64: info: Make sure not to read and write the same file in the same pipeline. (ShellCheck.SC2094)
|
runner / shellcheck:
contrib/actions/update-modules.sh#L21
[shellcheck] reported by reviewdog 🐶
Make sure not to read and write the same file in the same pipeline.
Raw Output:
./contrib/actions/update-modules.sh:21:81: info: Make sure not to read and write the same file in the same pipeline. (ShellCheck.SC2094)
|
runner / shellcheck:
contrib/actions/update-modules.sh#L27
[shellcheck] reported by reviewdog 🐶
Make sure not to read and write the same file in the same pipeline.
Raw Output:
./contrib/actions/update-modules.sh:27:8: info: Make sure not to read and write the same file in the same pipeline. (ShellCheck.SC2094)
|