Skip to content

Commit 5caf808

Browse files
committed
Add main workflow
1 parent 7b8ec33 commit 5caf808

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/main.yml

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

0 commit comments

Comments
 (0)