You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2020/12/29 14:25:33 UTC

[skywalking-infra-e2e] branch main updated: Remove ignored file and set up license-eye (#1)

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

kezhenxu94 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-infra-e2e.git


The following commit(s) were added to refs/heads/main by this push:
     new bb0659d  Remove ignored file and set up license-eye (#1)
bb0659d is described below

commit bb0659dfd16a35830f0aeca55de8e1b68d1647d9
Author: Zhenxu Ke <ke...@apache.org>
AuthorDate: Tue Dec 29 22:25:24 2020 +0800

    Remove ignored file and set up license-eye (#1)
---
 .github/workflows/build.yaml | 7 ++++++-
 coverage.txt                 | 1 -
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 698d271..915e00e 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -38,6 +38,11 @@ jobs:
       - name: Check out code into the Go module directory
         uses: actions/checkout@v2
 
+      - name: Check License
+        uses: apache/skywalking-eyes@d7cc2d55e706869d52400f6bac146977439b2744
+        env:
+          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+
       - name: Lint Codes
         run: make lint
 
@@ -45,4 +50,4 @@ jobs:
         run: make test
 
       - name: Build
-        run: make build
\ No newline at end of file
+        run: make build
diff --git a/coverage.txt b/coverage.txt
deleted file mode 100644
index 79b28a0..0000000
--- a/coverage.txt
+++ /dev/null
@@ -1 +0,0 @@
-mode: atomic