Skip to content

Commit 5b66ade

Browse files
committed
Make the workflow use bash instead of sh
1 parent 92910e6 commit 5b66ade

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-code.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020

2121
- name: Run script
2222
run: |
23-
sh ./test.sh
23+
bash ./test.sh

0 commit comments

Comments
 (0)