This is an automated email from the ASF dual-hosted git repository.
hanahmily pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git
The following commit(s) were added to refs/heads/main by this push:
new 397d6d84 Generate dependencies licenses in CI job (#310)
397d6d84 is described below
commit 397d6d843e2542a21830db515c7463f5e023100f
Author: Gao Hongtao <[email protected]>
AuthorDate: Tue Aug 1 17:21:49 2023 +0800
Generate dependencies licenses in CI job (#310)
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: