diff options
Diffstat (limited to 'scripts/utils/gh-ready-check')
| -rwxr-xr-x | scripts/utils/gh-ready-check | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/utils/gh-ready-check b/scripts/utils/gh-ready-check index 97c0ee6539..164b5de903 100755 --- a/scripts/utils/gh-ready-check +++ b/scripts/utils/gh-ready-check @@ -1,5 +1,8 @@ #!/usr/bin/env bash +# This script controls that the gh (GitHub CLI) command is installed and authenticated. This can be +# called in the beginning of all scripts depending on gh. + set -eu SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" |
