We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-euo pipefail
1 parent 0d4ee80 commit 061b423Copy full SHA for 061b423
.github/workflows/ci.yml
@@ -5,6 +5,9 @@ on:
5
pull_request:
6
branches: ["main"]
7
permissions: {}
8
+defaults:
9
+ run:
10
+ shell: bash -euo pipefail {0}
11
jobs:
12
build-linux:
13
runs-on: ubuntu-24.04-arm
0 commit comments