From a9f68e7c514691d77b6c5a35b8bede491adbbdd4 Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Sun, 31 Jan 2021 01:31:06 +0800 Subject: [PATCH] Add initial github action file IoT.js-DCO-1.0-Signed-off-by: Yonggang Luo luoyonggang@gmail.com --- .github/workflows/gh-actions.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/gh-actions.yml diff --git a/.github/workflows/gh-actions.yml b/.github/workflows/gh-actions.yml new file mode 100644 index 0000000000..867f7eefff --- /dev/null +++ b/.github/workflows/gh-actions.yml @@ -0,0 +1,13 @@ +name: IoT.js CI + +on: [push, pull_request] + +env: + RUNNER: tools/travis_script.py + +jobs: + "Linux-x86-64_Build_and_Correctness_Tests": + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - run: echo "Empty action"