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.
1 parent 6cf2853 commit 9cdc528Copy full SHA for 9cdc528
1 file changed
.github/workflows/ci.yml
@@ -1,6 +1,10 @@
1
# .github/workflows/ci.yml
2
name: CI
3
+defaults:
4
+ run:
5
+ shell: bash -ieo pipefail {0}
6
7
+
8
on:
9
push:
10
branches: [ main ]
0 commit comments