diff options
| author | mbkma <[email protected]> | 2026-01-30 00:26:21 +0100 |
|---|---|---|
| committer | mbkma <[email protected]> | 2026-01-30 00:26:21 +0100 |
| commit | 0f7b00f89b171d1fb05cb0085fa99e3bbc9686d1 (patch) | |
| tree | 4b91bd311f77b0d5199c49fdcd8cd1ef5b9f04c2 /.github/workflows/archlinux.sh | |
| parent | 56e649c09bd8a5968bc3a6706f0ab80e971202b5 (diff) | |
| download | python-caja-0f7b00f89b171d1fb05cb0085fa99e3bbc9686d1.tar.bz2 python-caja-0f7b00f89b171d1fb05cb0085fa99e3bbc9686d1.tar.xz | |
ci: add set -eo pipefail to workflow scripts
Diffstat (limited to '.github/workflows/archlinux.sh')
| -rwxr-xr-x | .github/workflows/archlinux.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/archlinux.sh b/.github/workflows/archlinux.sh index 84e63fd..72dbd40 100755 --- a/.github/workflows/archlinux.sh +++ b/.github/workflows/archlinux.sh @@ -1,5 +1,7 @@ #!/usr/bin/bash +set -eo pipefail + # Use grouped output messages infobegin() { echo "::group::${1}" |
