chore: improve robustness and consistency across multiple scripts

- Combine `errexit`, `nounset`, and `pipefail` options into a single `set -euo pipefail` command

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2025-04-10 16:56:18 +08:00
parent bd83ba7e2b
commit 0e19dd962d
No known key found for this signature in database

View File

@ -1,8 +1,6 @@
#!/usr/bin/env bash
set -o errexit
set -o nounset
set -o pipefail
set -euo pipefail
export GITHUB="true"