ci(.github/workflows/ci.yml): fix invalid yaml
fixed syntax error
This commit is contained in:
parent
28eff0c77e
commit
56ef1696fd
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
|
||||
###############################################################
|
||||
|
Loading…
Reference in New Issue
Block a user