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

tison pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git


The following commit(s) were added to refs/heads/unstable by this push:
     new 12067d9f ci: use official typos github action (#2388)
12067d9f is described below

commit 12067d9fba666e21e85019827212e8346183a3e9
Author: ZhangJian He <[email protected]>
AuthorDate: Mon Jul 1 17:59:37 2024 +0800

    ci: use official typos github action (#2388)
    
    Signed-off-by: ZhangJian He <[email protected]>
---
 .github/workflows/kvrocks.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/kvrocks.yaml b/.github/workflows/kvrocks.yaml
index a1cf41e8..ef63fef0 100644
--- a/.github/workflows/kvrocks.yaml
+++ b/.github/workflows/kvrocks.yaml
@@ -57,10 +57,10 @@ jobs:
       FORCE_COLOR: 1
     steps:
       - uses: actions/checkout@v4
-      - name: Install typos
-        run: curl -LsSf 
https://github.com/crate-ci/typos/releases/download/v1.18.2/typos-v1.18.2-x86_64-unknown-linux-musl.tar.gz
 | tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin
-      - name: Run typos check
-        run: typos --config .github/config/typos.toml
+      - name: Check typos
+        uses: crate-ci/[email protected]
+        with:
+          config: .github/config/typos.toml
 
   check-and-lint:
     name: Lint and check code

Reply via email to