allow different os-releases and hyprland setup #746
shellcheck.yml
on: pull_request
Shellcheck
37s
Shell Fomatting
0s
Annotations
1 error and 2 warnings
Shellcheck
Process completed with exit code 1.
|
Shellcheck:
core/tabs/system-setup/ubuntu/hyprland-kool-ubuntu24.sh#L6
[shellcheck] reported by reviewdog 🐶
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
Raw Output:
./core/tabs/system-setup/ubuntu/hyprland-kool-ubuntu24.sh:6:1: warning: Use 'cd ... || exit' or 'cd ... || return' in case cd fails. (ShellCheck.SC2164)
|
Shellcheck:
core/tabs/system-setup/fedora/hyprland-kool-fed.sh#L6
[shellcheck] reported by reviewdog 🐶
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
Raw Output:
./core/tabs/system-setup/fedora/hyprland-kool-fed.sh:6:1: warning: Use 'cd ... || exit' or 'cd ... || return' in case cd fails. (ShellCheck.SC2164)
|