Sign in
apache
/
apisix-control-plane
/
0183669db0636559d2387bddaac9650f7770700e
/
.
/
.github
/
workflows
/
license_ci.yml
blob: 28a222ebd2a0b1886f233f38e128e91ba8acbec1 [
file
] [
log
] [
blame
]
name:
LICENSE CI
on:
push:
branches:
-
master
pull_request:
branches:
-
master
jobs:
check
-
license:
runs
-
on:
ubuntu
-
latest
steps:
-
uses:
actions/checkout@v2
-
name:
run license check
run:
|
make license
-
check