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

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


The following commit(s) were added to refs/heads/main by this push:
     new 7417a2a  ci: use official typos github action (#426)
7417a2a is described below

commit 7417a2a76c2aa18a39bcf6245ef637a84b695695
Author: ZhangJian He <[email protected]>
AuthorDate: Sun Jun 30 21:47:37 2024 +0800

    ci: use official typos github action (#426)
---
 .github/workflows/ci_typos.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/ci_typos.yml b/.github/workflows/ci_typos.yml
index 51a6a7b..3d8f5db 100644
--- a/.github/workflows/ci_typos.yml
+++ b/.github/workflows/ci_typos.yml
@@ -41,7 +41,5 @@ jobs:
       FORCE_COLOR: 1
     steps:
       - uses: actions/checkout@v4
-      - run: curl -LsSf 
https://github.com/crate-ci/typos/releases/download/v1.14.8/typos-v1.14.8-x86_64-unknown-linux-musl.tar.gz
 | tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin
-
-      - name: do typos check with typos-cli
-        run: typos
+      - name: Check typos
+        uses: crate-ci/[email protected]

Reply via email to