Skip to content

Commit 061b423

Browse files
committed
ci: set -euo pipefail
1 parent 0d4ee80 commit 061b423

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
pull_request:
66
branches: ["main"]
77
permissions: {}
8+
defaults:
9+
run:
10+
shell: bash -euo pipefail {0}
811
jobs:
912
build-linux:
1013
runs-on: ubuntu-24.04-arm

0 commit comments

Comments
 (0)