summaryrefslogtreecommitdiff
path: root/.github/workflows/fedora.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
commitd7a1d50c28e2b0d502c8cc622d525db259042910 (patch)
tree99ec1e2fcd39d5c79f2fd31dd102a385a1e406dc /.github/workflows/fedora.sh
parenta30d5ccc94175fa5dfdd25d60b92398968116177 (diff)
downloadlibmateweather-gh-actions.tar.bz2
libmateweather-gh-actions.tar.xz
ci: add set -eo pipefail to workflow scriptsgh-actions
Diffstat (limited to '.github/workflows/fedora.sh')
-rwxr-xr-x.github/workflows/fedora.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/fedora.sh b/.github/workflows/fedora.sh
index 42eae94..830c5a1 100755
--- a/.github/workflows/fedora.sh
+++ b/.github/workflows/fedora.sh
@@ -1,5 +1,7 @@
#!/usr/bin/bash
+set -eo pipefail
+
# Use grouped output messages
infobegin() {
echo "::group::${1}"