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
commit5e225e1fe5be98d19bd75b06005824bc79bce9aa (patch)
treec4ad0a91c81ffb4456bcdadf0275b89bf0034804 /.github/workflows/fedora.sh
parentaeae0cafb6e88bcdf056f410e8e2f0ba770a3401 (diff)
downloadcaja-extensions-gh-actions.tar.bz2
caja-extensions-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 c9ab43d..31c0b7c 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}"