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 10:18:44 UTC

[incubator-opendal] branch main updated: ci: Enable license check back (#1663)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new ab7bb11d ci: Enable license check back (#1663)
ab7bb11d is described below

commit ab7bb11db66097d4d62f46e4df34d748b3b907d6
Author: Xuanwo <gi...@xuanwo.io>
AuthorDate: Fri Mar 17 18:18:39 2023 +0800

    ci: Enable license check back (#1663)
    
    Enable license check
    
    Signed-off-by: Xuanwo <gi...@xuanwo.io>
---
 .github/workflows/ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4be8fe0d..cae1e0a4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -61,9 +61,9 @@ jobs:
       - name: Setup Rust toolchain
         uses: ./.github/actions/setup
 
-      # Wait for https://github.com/apache/incubator-opendal/issues/1457
-      # - name: Check license headers
-      #   uses: korandoru/hawkeye@v1
+      - name: Check license headers
+        run: docker run --rm -v $(pwd):/github/workspace -u $(id -u):$(id -g) ghcr.io/korandoru/hawkeye-native:v1 check
+
       - name: Cargo format
         run: cargo fmt --all -- --check
       - name: Cargo clippy