summaryrefslogtreecommitdiff
path: root/.github/workflows/archlinux.sh
diff options
context:
space:
mode:
authormbkma <[email protected]>2026-01-30 00:26:20 +0100
committermbkma <[email protected]>2026-01-30 00:26:20 +0100
commitfb10bc08cf7b6ea7c6450dd394e539462c956ce4 (patch)
tree17c2a235969a3c3af85a64a20d54207a99f1e77b /.github/workflows/archlinux.sh
parent559791763584cb33924e9f961ebd857f7acb0bf3 (diff)
downloadmate-session-manager-gh-actions.tar.bz2
mate-session-manager-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.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/archlinux.sh b/.github/workflows/archlinux.sh
index 80060a1..3ebcf03 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}"