ci(.github/workflows/ci.yml): fix invalid yaml

fixed syntax error
This commit is contained in:
Nate 2021-08-08 15:32:05 -04:00 committed by GitHub
parent 28eff0c77e
commit 56ef1696fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -389,9 +389,7 @@ jobs:
steps:
- uses: actions/checkout@v2 # https://github.com/actions/checkout
- name: unicode lint
run: |
chmod +x ./tests/unicode_lint.sh
./tests/unicode_lint.sh
run: ./tests/unicode_lint.sh
###############################################################