From b13108a5b695c254ea6e7e50d11821466f96e6ec Mon Sep 17 00:00:00 2001 From: Nate <37554478+servusdei2018@users.noreply.github.com> Date: Sun, 8 Aug 2021 19:11:44 -0400 Subject: ci: sh -> bash --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04c23d0..84871c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 ############################################################### -- cgit v0.12