ci: sh -> bash

This commit is contained in:
Nate 2021-08-08 19:11:44 -04:00 committed by GitHub
parent 9a511781d6
commit b13108a5b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
###############################################################