This is an automated email from the ASF dual-hosted git repository.

spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 9782400  ci: fix broken misspell check (#3976)
9782400 is described below

commit 9782400901c44f59d36b59992221e66af0fda391
Author: 罗泽轩 <[email protected]>
AuthorDate: Thu Apr 8 18:26:12 2021 +0800

    ci: fix broken misspell check (#3976)
    
    Signed-off-by: spacewander <[email protected]>
---
 .github/workflows/misc-checker.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/misc-checker.yml 
b/.github/workflows/misc-checker.yml
index 146d2f6..5082f6d 100644
--- a/.github/workflows/misc-checker.yml
+++ b/.github/workflows/misc-checker.yml
@@ -14,7 +14,7 @@ jobs:
           wget -O - -q https://git.io/misspell | sh -s -- -b .
       - name: Misspell
         run: |
-          find *.md apisix doc bin t -not -path "README_ES.md" -not -path 
"t/toolkit/*.lua" -type f | xargs ./misspell -error
+          git ls-files | grep -v "docs/es" | grep -v "t/toolkit" | xargs 
./misspell -error
       - name: Merge conflict
         run: |
           grep "^<<<<<<< HEAD" $(git ls-files | grep -v "t/toolkit" | xargs) 
&& exit 1 || true

Reply via email to