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

wenming pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 885025e  feature:Independent license check operation file. (#465)
885025e is described below

commit 885025ef0136da132fa7922b29536e1ed44827c4
Author: Firstsawyou <52862365+firstsaw...@users.noreply.github.com>
AuthorDate: Fri Sep 11 09:02:57 2020 +0800

    feature:Independent license check operation file. (#465)
---
 .github/workflows/license_ci.yml | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/.github/workflows/license_ci.yml b/.github/workflows/license_ci.yml
new file mode 100644
index 0000000..28a222e
--- /dev/null
+++ b/.github/workflows/license_ci.yml
@@ -0,0 +1,23 @@
+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

Reply via email to