Skip to content

Commit

Permalink
ci: pass script through sh
Browse files Browse the repository at this point in the history
  • Loading branch information
servusdei2018 committed Aug 8, 2021
1 parent 56ef169 commit 9a51178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -389,7 +389,7 @@ jobs:
steps:
- uses: actions/checkout@v2 # https://github.com/actions/checkout
- name: unicode lint
run: ./tests/unicode_lint.sh
run: sh ./tests/unicode_lint.sh


###############################################################
Expand Down

0 comments on commit 9a51178

Please sign in to comment.