Skip to content

Commit 9cdc528

Browse files
authored
Ci uses Bash by default
1 parent 6cf2853 commit 9cdc528

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# .github/workflows/ci.yml
22
name: CI
3+
defaults:
4+
run:
5+
shell: bash -ieo pipefail {0}
36

7+
48
on:
59
push:
610
branches: [ main ]

0 commit comments

Comments
 (0)