diff options
author | Nate <37554478+servusdei2018@users.noreply.github.com> | 2021-08-08 19:32:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-08 19:32:05 (GMT) |
commit | 56ef1696fd771edaf9625f489e68cd548cf57c41 (patch) | |
tree | a1bac8f0d1975b9aafe85beb7a070186bcb579fb /.github | |
parent | 28eff0c77e32a59ce2c90511f50d8c7fe98c5bbb (diff) | |
download | lz4-56ef1696fd771edaf9625f489e68cd548cf57c41.zip lz4-56ef1696fd771edaf9625f489e68cd548cf57c41.tar.gz lz4-56ef1696fd771edaf9625f489e68cd548cf57c41.tar.bz2 |
ci(.github/workflows/ci.yml): fix invalid yaml
fixed syntax error
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dcae033..c69c389 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 ############################################################### |