diff options
| author | mbkma <[email protected]> | 2026-01-30 00:26:19 +0100 |
|---|---|---|
| committer | mbkma <[email protected]> | 2026-01-30 00:26:19 +0100 |
| commit | 21d8ece5d71e917a50a1151c304a76645b656494 (patch) | |
| tree | 2ccaa298b93a444285f9b017c3a8e7c38cdbf8b8 /.github/workflows/archlinux.sh | |
| parent | 30f330bf0ce69c05788f015a3067cd73dedcdee6 (diff) | |
| download | libmatekbd-gh-actions.tar.bz2 libmatekbd-gh-actions.tar.xz | |
ci: add set -eo pipefail to workflow scriptsgh-actions
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 c9f9872..bf49478 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}" |
