Improve update script #75
reviewdog.yml
on: pull_request
Shellcheck testing
9s
Check spelling
9s
Annotations
2 warnings
Shellcheck testing:
update.sh#L102
[shellcheck] reported by reviewdog 🐶
Use 'cd ... || exit' or 'cd ... || return' in case cd fails. [SC2164](https://github.com/koalaman/shellcheck/wiki/SC2164)
Raw Output:
./update.sh:102:5:warning:Use 'cd ... || exit' or 'cd ... || return' in case cd fails. [SC2164](https://github.com/koalaman/shellcheck/wiki/SC2164)
|
Shellcheck testing:
update.sh#L117
[shellcheck] reported by reviewdog 🐶
Use 'cd ... || exit' or 'cd ... || return' in case cd fails. [SC2164](https://github.com/koalaman/shellcheck/wiki/SC2164)
Raw Output:
./update.sh:117:13:warning:Use 'cd ... || exit' or 'cd ... || return' in case cd fails. [SC2164](https://github.com/koalaman/shellcheck/wiki/SC2164)
|