Skip to content

Commit c07c877

Browse files
committed
Add initial github action file
IoT.js-DCO-1.0-Signed-off-by: Yonggang Luo [email protected]
1 parent 88ee0e1 commit c07c877

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/gh-actions.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: IoT.js CI
2+
3+
on: [push, pull_request]
4+
5+
env:
6+
RUNNER: tools/travis_script.py
7+
8+
jobs:
9+
"Linux-x86-64_Build_and_Correctness_Tests":
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v2
13+
- run: echo "Empty action"

0 commit comments

Comments
 (0)