Skip to content

Commit c3dec9c

Browse files
authored
Create test.yml
1 parent d6bd6f1 commit c3dec9c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/test.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: CI
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
setup:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: checkout
10+
uses: actions/checkout@main
11+
12+
- name: install
13+
run: yarn install
14+
15+
- name: package
16+
run: yarn package

0 commit comments

Comments
 (0)