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

hanahmily pushed a commit to branch ci
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git

commit 9d88b6b6cedb987ec9c7de11ed2d07117b23c5bc
Author: Gao Hongtao <[email protected]>
AuthorDate: Mon Jul 31 15:19:09 2023 +0000

    Generate dependencies licenses in CI job
    
    Signed-off-by: Gao Hongtao <[email protected]>
---
 .github/workflows/ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c4754725..27509f8f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -70,6 +70,8 @@ jobs:
         run: make generate
       - name: Lint
         run: make lint
+      - name: Generate dependencies licenses
+        run: make license-dep
       - name: Check
         run: make check
   build:

Reply via email to