mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
install-shellcheck: Upgrade ShellCheck from 0.6.0 to 0.7.0.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
committed by
Tim Abbott
parent
ac49736311
commit
5e89a7d646
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -eu
|
||||
|
||||
version=0.6.0
|
||||
version=0.7.0
|
||||
|
||||
if ! out="$(shellcheck --version 2>/dev/null)" || [[ "$out" != *"
|
||||
version: $version
|
||||
|
||||
Reference in New Issue
Block a user