Skip to content

Commit 74a8f80

Browse files
author
Orta
authored
Merge pull request #862 from microsoft/gh-act
Adds GH Actions for CI
2 parents 71f1406 + 9a074e2 commit 74a8f80

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: CI
2+
on: pull_request
3+
4+
jobs:
5+
test:
6+
runs-on: ubuntu-latest
7+
8+
steps:
9+
- uses: actions/checkout@v2
10+
- uses: actions/setup-node@v1
11+
12+
- run: npm install
13+
- run: npm run build
14+
- run: npm test

.travis.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)