kwanhur commented on a change in pull request #6568:
URL: https://github.com/apache/apisix/pull/6568#discussion_r832159092



##########
File path: .github/workflows/doc-lint.yml
##########
@@ -34,3 +34,15 @@ jobs:
             echo "You need to run ./utils/fix-zh-doc-segment.py to fix them."
             exit 1
           fi
+
+  Chinse-Copywriting-lint:
+    name: Chinese Copywriting
+    runs-on: ubuntu-latest
+    timeout-minutes: 1
+    steps:
+      - uses: actions/checkout@v3
+      - name: check Chinese copywriting
+        run: |
+          curl -sSL https://git.io/JcGER | bash
+          autocorrect --version

Review comment:
       Oh, the key point is on the link `https://git.io/JcGER`, I can change it 
with GitHub release link.
   
   Example `curl -Lo autocorrect-latest.tar.gz 
https://github.com/huacnlee/autocorrect/releases/download/v1.5.6/autocorrect-linux-amd64.tar.gz`.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to