diff options
| author | mbkma <[email protected]> | 2026-01-30 00:26:20 +0100 |
|---|---|---|
| committer | mbkma <[email protected]> | 2026-01-30 00:26:20 +0100 |
| commit | 3d1846ba1d44d2c901878ffdd22541e0c7713491 (patch) | |
| tree | 551154d8ae66e32f6e90b1f20c6e1afe329ba35d /.github/workflows/archlinux.sh | |
| parent | 23a4e0e1fc72f52b7744af8330487a59f17ff2cd (diff) | |
| download | mate-sensors-applet-gh-actions.tar.bz2 mate-sensors-applet-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 7394be8..12a43be 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}" |
