未验证 提交 e6463825 编写于 作者: Z zhuwenxing 提交者: GitHub

[skip ci]Add license check (#10779)

Signed-off-by: Nzhuwenxing <wenxing.zhu@zilliz.com>
上级 3c5ef437
header:
license:
spdx-id: Apache-2.0
copyright-owner: LF AI & Data foundation
paths:
- 'internal/**/*.go'
dependency:
files:
- go.mod
\ No newline at end of file
name: License Checker
on:
workflow_dispatch:
jobs:
check-license:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check License Header
uses: apache/skywalking-eyes@main
with:
log: info
config: .github/.licenserc.yaml
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册