You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2022/07/06 09:40:25 UTC

[dubbo-rust] 13/28: Fix: fix spelling mistake.

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

liujun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-rust.git

commit c0a6af926b0ecce61bddc6d0ec9e416f37d4def9
Author: Zonglei Dong <do...@apache.org>
AuthorDate: Fri May 6 15:18:37 2022 +0800

    Fix: fix spelling mistake.
---
 .github/workflows/CI.yml | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
index b377439..f78275a 100644
--- a/.github/workflows/CI.yml
+++ b/.github/workflows/CI.yml
@@ -12,7 +12,7 @@ on:
 
 jobs:
  check:
-    name: check dubbo-rus project
+    name: check dubbo-rust project
     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
@@ -44,11 +44,3 @@ jobs:
           toolchain: ${{ matrix.rust }}
       - run: rustup component add rustfmt
       - run: cargo fmt --all -- --check
-      
-  
-
-    
-
-
-   
-