Skip to content

Commit 445a851

Browse files
authored
Add build (#454)
1 parent 443a922 commit 445a851

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/test.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,14 @@ jobs:
3636
run: pnpm install
3737
- name: Run tsc
3838
run: tsc --noEmit
39+
build:
40+
runs-on: ubuntu-latest
41+
steps:
42+
- uses: actions/checkout@v2
43+
- uses: pnpm/action-setup@v2
44+
with:
45+
version: 6.0.2
46+
- name: Install modules
47+
run: pnpm install
48+
- name: Run build
49+
run: pnpm run build

0 commit comments

Comments
 (0)