chore(deps): update dependency @tailwindcss/typography to v0.5.20#126
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency @tailwindcss/typography to v0.5.20#126renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Garnix CI / check shellcheck-check [x86_64-linux]
succeeded
Jun 8, 2026 in 16m 19s
check shellcheck-check [x86_64-linux]
check shellcheck-check [x86_64-linux] succeeded
Details
Last 100 lines of logs:
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> fusermount -u "${MOUNT_DIR}" 2>/dev/null
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./mount-mtp.sh line 13:
shellcheck-check> rm -rf "$MOUNT_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> rm -rf "${MOUNT_DIR}"
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./mount-mtp.sh line 14:
shellcheck-check> mkdir -p "$MOUNT_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> mkdir -p "${MOUNT_DIR}"
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./mount-mtp.sh line 18:
shellcheck-check> if [ $? -ne 0 ]; then
shellcheck-check> ^----------^ SC2292 (style): Prefer [[ ]] over [ ] for tests in Bash/Ksh/Busybox.
shellcheck-check> ^-- SC2181 (style): Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $?.
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> if [[ $? -ne 0 ]]; then
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./mount-mtp.sh line 24:
shellcheck-check> simple-mtpfs --device 1 -o allow_other,default_permissions "$MOUNT_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> simple-mtpfs --device 1 -o allow_other,default_permissions "${MOUNT_DIR}"
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./mount-mtp.sh line 26:
shellcheck-check> if [ $? -eq 0 ]; then
shellcheck-check> ^----------^ SC2292 (style): Prefer [[ ]] over [ ] for tests in Bash/Ksh/Busybox.
shellcheck-check> ^-- SC2181 (style): Check exit code directly with e.g. 'if mycmd;', not indirectly with $?.
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> if [[ $? -eq 0 ]]; then
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./mount-mtp.sh line 28:
shellcheck-check> chmod 755 "$MOUNT_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> chmod 755 "${MOUNT_DIR}"
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./mount-mtp.sh line 30:
shellcheck-check> echo "Phone successfully mounted at: $MOUNT_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 "Phone successfully mounted at: ${MOUNT_DIR}"
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./mount-mtp.sh line 35:
shellcheck-check> echo "To unmount: fusermount -u $MOUNT_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 "To unmount: fusermount -u ${MOUNT_DIR}"
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 "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 15 minutes 16 seconds
shellcheck-check> Running phase: installPhase
shellcheck-check> Running phase: fixupPhase
shellcheck-check> shrinking RPATHs of ELF executables and libraries in /nix/store/0hq94jlcx3b9ishrc0n9sib42bpq9gkw-shellcheck-check
shellcheck-check> checking for references to /build/ in /nix/store/0hq94jlcx3b9ishrc0n9sib42bpq9gkw-shellcheck-check...
shellcheck-check> patching script interpreter paths in /nix/store/0hq94jlcx3b9ishrc0n9sib42bpq9gkw-shellcheck-check
Uploaded /nix/store/0hq94jlcx3b9ishrc0n9sib42bpq9gkw-shellcheck-check to the garnix binary cache.
Loading