ci: sh -> bash
This commit is contained in:
parent
9a511781d6
commit
b13108a5b6
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -389,7 +389,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2 # https://github.com/actions/checkout
|
||||
- name: unicode lint
|
||||
run: sh ./tests/unicode_lint.sh
|
||||
run: bash ./tests/unicode_lint.sh
|
||||
|
||||
|
||||
###############################################################
|
||||
|
Loading…
Reference in New Issue
Block a user