summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorNate <37554478+servusdei2018@users.noreply.github.com>2021-08-08 23:11:44 (GMT)
committerGitHub <noreply@github.com>2021-08-08 23:11:44 (GMT)
commitb13108a5b695c254ea6e7e50d11821466f96e6ec (patch)
treec97de1b7b8beb5f2534ec5f72ddfe726f4ad585f /.github/workflows/ci.yml
parent9a511781d6553752f1cc081ba009b7f330ad24fd (diff)
downloadlz4-b13108a5b695c254ea6e7e50d11821466f96e6ec.zip
lz4-b13108a5b695c254ea6e7e50d11821466f96e6ec.tar.gz
lz4-b13108a5b695c254ea6e7e50d11821466f96e6ec.tar.bz2
ci: sh -> bash
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
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
###############################################################