chore(deps): update dependency @tailwindcss/typography to v0.5.19 #126
Garnix CI / check shellcheck-check [x86_64-linux]
succeeded
Apr 8, 2026 in 24m 38s
check shellcheck-check [x86_64-linux]
check shellcheck-check [x86_64-linux] succeeded
Details
Last 100 lines of logs:
shellcheck-check>
shellcheck-check> In ./lib/setup-gitconfig-for-user.sh line 363:
shellcheck-check> printf "%s\n" "exit code: $exit_code"
shellcheck-check> ^--------^ SC2250 (style): Prefer putting braces around variable references even when not strictly required.
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> printf "%s\n" "exit code: ${exit_code}"
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./lib/deploy.sh line 4:
shellcheck-check> build_remote=false
shellcheck-check> ^----------^ SC2034 (warning): build_remote appears unused. Verify use (or export if used externally).
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./lib/deploy.sh line 9:
shellcheck-check> if [ -z "$hosts" ]; then
shellcheck-check> ^-------------^ SC2292 (style): Prefer [[ ]] over [ ] for tests in Bash/Ksh/Busybox.
shellcheck-check> ^----^ SC2250 (style): Prefer putting braces around variable references even when not strictly required.
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> if [[ -z "${hosts}" ]]; then
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./lib/deploy.sh line 15:
shellcheck-check> nixos-rebuild --flake .\#$host switch --target-host $host --use-remote-sudo --use-substitutes $@
shellcheck-check> ^---^ SC2086 (info): Double quote to prevent globbing and word splitting.
shellcheck-check> ^---^ SC2250 (style): Prefer putting braces around variable references even when not strictly required.
shellcheck-check> ^---^ SC2086 (info): Double quote to prevent globbing and word splitting.
shellcheck-check> ^---^ SC2250 (style): Prefer putting braces around variable references even when not strictly required.
shellcheck-check> ^-- SC2068 (error): Double quote array expansions to avoid re-splitting elements.
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> nixos-rebuild --flake .\#"${host}" switch --target-host "${host}" --use-remote-sudo --use-substitutes $@
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./lib/review-pr.sh line 3:
shellcheck-check> nix-shell -p bubblewrap nix-output-monitor nixpkgs-review --run "GITHUB_TOKEN=$(cat /home/user/auth) nixpkgs-review pr --print-result --post-result --sandbox $1"
shellcheck-check> ^-----------------^ SC2312 (info): Consider invoking this command separately to avoid masking its return value (or use '|| true' to ignore).
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./test-android-connectivity.sh line 13:
shellcheck-check> if ! command -v "$package" &>/dev/null; then
shellcheck-check> ^------^ SC2250 (style): Prefer putting braces around variable references even when not strictly required.
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> if ! command -v "${package}" &>/dev/null; then
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./test-android-connectivity.sh line 14:
shellcheck-check> missing_packages+=("$package")
shellcheck-check> ^------^ SC2250 (style): Prefer putting braces around variable references even when not strictly required.
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> missing_packages+=("${package}")
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./test-android-connectivity.sh line 16:
shellcheck-check> ./test-android-connectivity.sh: <stdout>: commitBuffer: invalid argument (cannot encode character '\9989')
shellcheck-check> echo "
shellcheck-check> In ./backup-zed.sh line 5:
shellcheck-check> echo "entered: $script_dir"
shellcheck-check> ^---------^ SC2250 (style): Prefer putting braces around variable references even when not strictly required.
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> echo "entered: ${script_dir}"
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./backup-zed.sh line 7:
shellcheck-check> cp -f "$HOME/.config/zed/settings.json" ./.zed/settings.json
shellcheck-check> ^---^ SC2250 (style): Prefer putting braces around variable references even when not strictly required.
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> cp -f "${HOME}/.config/zed/settings.json" ./.zed/settings.json
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./backup-zed.sh line 8:
shellcheck-check> cp -f "$HOME/.local/share/zed/extensions/index.json" ./.zed/index.json
shellcheck-check> ^---^ SC2250 (style): Prefer putting braces around variable references even when not strictly required.
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> cp -f "${HOME}/.local/share/zed/extensions/index.json" ./.zed/index.json
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./backup-zed.sh line 9:
shellcheck-check> find "$HOME/.local/share/zed/extensions/installed" -mindepth 1 -maxdepth 1 -exec basename {} \; >./.zed/installed.txt
shellcheck-check> ^---^ SC2250 (style): Prefer putting braces around variable references even when not strictly required.
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> find "${HOME}/.local/share/zed/extensions/installed" -mindepth 1 -maxdepth 1 -exec basename {} \; >./.zed/installed.txt
shellcheck-check>
shellcheck-check> For more information:
shellcheck-check> https://www.shellcheck.net/wiki/SC1054 -- You need a space after the '{'.
shellcheck-check> https://www.shellcheck.net/wiki/SC1055 -- You need at least one command her...
shellcheck-check> https://www.shellcheck.net/wiki/SC2068 -- Double quote array expansions to ...
shellcheck-check> buildPhase completed in 21 minutes 1 seconds
shellcheck-check> Running phase: installPhase
shellcheck-check> Running phase: fixupPhase
shellcheck-check> shrinking RPATHs of ELF executables and libraries in /nix/store/hm2468y2fw4dk3pkzgyxd63r9nx9p6yv-shellcheck-check
shellcheck-check> checking for references to /build/ in /nix/store/hm2468y2fw4dk3pkzgyxd63r9nx9p6yv-shellcheck-check...
shellcheck-check> patching script interpreter paths in /nix/store/hm2468y2fw4dk3pkzgyxd63r9nx9p6yv-shellcheck-check
Loading