Skip to content

Commit 6b6d1dd

Browse files
committed
Update required checks: Fail on error
1 parent 5ab5aef commit 6b6d1dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/script/update-required-checks.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/usr/bin/env bash
22
# Update the required checks based on the current branch.
33

4+
set -euo pipefail
5+
46
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
57
REPO_DIR="$(dirname "$SCRIPT_DIR")"
68
GRANDPARENT_DIR="$(dirname "$REPO_DIR")"

0 commit comments

Comments
 (0)