Skip to content

Commit 26ed05e

Browse files
Add CI for tests (#2)
1 parent be085d0 commit 26ed05e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/ci.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: ci
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
test:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v3
11+
- uses: actions/setup-node@v1
12+
with:
13+
node-version: 16
14+
- run: npm run test

0 commit comments

Comments
 (0)