mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 11:59:00 +08:00
14 lines
295 B
YAML
14 lines
295 B
YAML
|
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
|