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:03:08 UTC

[incubator-opendal] 01/01: Enable license check

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

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

commit 078f44c2e29dc8444beea2dce79b0d2f7e5dbec6
Author: Xuanwo <gi...@xuanwo.io>
AuthorDate: Fri Mar 17 18:02:51 2023 +0800

    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