summaryrefslogtreecommitdiff
path: root/.github/workflows/fedora.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
commit69f6fbb73fa0ce7020f87be81c2caf4b695878f5 (patch)
tree6e0d708551f64a994dc68cfbebdba489774a82a0 /.github/workflows/fedora.sh
parent929681edc9a20cd9ee0281242d1c9bcae24fcd90 (diff)
downloadmate-screensaver-gh-actions.tar.bz2
mate-screensaver-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 dae2aad..cd40175 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}"