Skip to content

Commit 5791b60

Browse files
(CI) set default shell to bash
1 parent 8c5d5ef commit 5791b60

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: CI
22

33
on: [push, pull_request, workflow_dispatch]
44

5+
defaults:
6+
run:
7+
shell: bash
8+
59
jobs:
610
lint:
711
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)