Skip to content

Commit f239be3

Browse files
authored
Add Github Actions (PR #2)
1 parent fb1ae2c commit f239be3

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: test
2+
on: [push, pull_request]
3+
jobs:
4+
test:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/checkout@v2
8+
- run: yarn
9+
- run: yarn test

0 commit comments

Comments
 (0)