diff options
| author | mbkma <[email protected]> | 2026-01-30 00:26:19 +0100 |
|---|---|---|
| committer | mbkma <[email protected]> | 2026-01-30 00:26:19 +0100 |
| commit | d7a1d50c28e2b0d502c8cc622d525db259042910 (patch) | |
| tree | 99ec1e2fcd39d5c79f2fd31dd102a385a1e406dc /.github/workflows/fedora.sh | |
| parent | a30d5ccc94175fa5dfdd25d60b92398968116177 (diff) | |
| download | libmateweather-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.sh | 2 |
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}" |
