Skip to content

Improve update script #75

Improve update script

Improve update script #75

Triggered via pull request October 5, 2023 14:19
Status Success
Total duration 21s
Artifacts

reviewdog.yml

on: pull_request
Shellcheck testing
9s
Shellcheck testing
Check spelling
9s
Check spelling
Fit to window
Zoom out
Zoom in

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)