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 | 6bcca941cf73a68eefabfd1baedf331cfa244a58 (patch) | |
| tree | d25b5e10609fb1cfb5ad512518fc377060f198f1 /.github/workflows/archlinux.sh | |
| parent | 84881b7d3c03b92ae289c101a679e51e2f600b48 (diff) | |
| download | engrampa-gh-actions.tar.bz2 engrampa-gh-actions.tar.xz | |
ci: add set -eo pipefail to workflow scriptsgh-actions
Diffstat (limited to '.github/workflows/archlinux.sh')
| -rwxr-xr-x | .github/workflows/archlinux.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/archlinux.sh b/.github/workflows/archlinux.sh index dcd471f..d558640 100755 --- a/.github/workflows/archlinux.sh +++ b/.github/workflows/archlinux.sh @@ -1,5 +1,7 @@ #!/usr/bin/bash +set -eo pipefail + # Use grouped output messages infobegin() { echo "::group::${1}" |
