summaryrefslogtreecommitdiff
path: root/.github/workflows/ubuntu.sh
diff options
context:
space:
mode:
authormbkma <[email protected]>2026-01-30 00:26:19 +0100
committermbkma <[email protected]>2026-01-30 00:26:19 +0100
commitd338eb1aec2b6ce396b2fc10d712923e23f2abcc (patch)
tree02ffa1a941f7ab172b79f2b16f29989261ec0416 /.github/workflows/ubuntu.sh
parent9df691bb0883cb7020acf85988e3f4e9f3bddd92 (diff)
downloadlibmatemixer-gh-actions.tar.bz2
libmatemixer-gh-actions.tar.xz
ci: add set -eo pipefail to workflow scriptsgh-actions
Diffstat (limited to '.github/workflows/ubuntu.sh')
-rwxr-xr-x.github/workflows/ubuntu.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ubuntu.sh b/.github/workflows/ubuntu.sh
index 5a060d9..81a66d0 100755
--- a/.github/workflows/ubuntu.sh
+++ b/.github/workflows/ubuntu.sh
@@ -1,5 +1,7 @@
#!/usr/bin/bash
+set -eo pipefail
+
# Use grouped output messages
infobegin() {
echo "::group::${1}"