You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opendal.apache.org by xu...@apache.org on 2023/03/17 13:38:30 UTC

[incubator-opendal] branch actions-back updated: use action instead

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

xuanwo pushed a commit to branch actions-back
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


The following commit(s) were added to refs/heads/actions-back by this push:
     new 6546c2e0 use action instead
6546c2e0 is described below

commit 6546c2e0b6309c7c284ae21875df3ea4f3512872
Author: Xuanwo <gi...@xuanwo.io>
AuthorDate: Fri Mar 17 21:38:20 2023 +0800

    use action instead
    
    Signed-off-by: Xuanwo <gi...@xuanwo.io>
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index cae1e0a4..6356247d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -62,7 +62,7 @@ jobs:
         uses: ./.github/actions/setup
 
       - name: Check license headers
-        run: docker run --rm -v $(pwd):/github/workspace -u $(id -u):$(id -g) ghcr.io/korandoru/hawkeye-native:v1 check
+        uses: korandoru/hawkeye@v1
 
       - name: Cargo format
         run: cargo fmt --all -- --check