summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorNate <37554478+servusdei2018@users.noreply.github.com>2021-08-08 19:32:05 (GMT)
committerGitHub <noreply@github.com>2021-08-08 19:32:05 (GMT)
commit56ef1696fd771edaf9625f489e68cd548cf57c41 (patch)
treea1bac8f0d1975b9aafe85beb7a070186bcb579fb /.github/workflows
parent28eff0c77e32a59ce2c90511f50d8c7fe98c5bbb (diff)
downloadlz4-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/workflows')
-rw-r--r--.github/workflows/ci.yml4
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
###############################################################