This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch kezhenxu94-patch-1 in repository https://gitbox.apache.org/repos/asf/dubbo-go-pixiu.git
commit a530fc52b1a285395b24e928bc8388e36592cbcd Author: Zhenxu Ke <[email protected]> AuthorDate: Wed Apr 7 21:05:37 2021 +0800 Create test.yaml --- .github/workflows/test.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml new file mode 100644 index 0000000..296260a --- /dev/null +++ b/.github/workflows/test.yaml @@ -0,0 +1,11 @@ +name: Hound + +on: + pull_request: + +jobs: + hound: + runs-on: ubuntu-18.04 + steps: + - uses: actions/checkout@v2 + - run: exit 0
