Skip to content

Commit 376f310

Browse files
committed
Execute tests
1 parent a27bf71 commit 376f310

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@ name: Test
33
on: push
44

55
jobs:
6-
build:
6+
test:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v2
10+
- uses: actions/setup-node@v4
11+
with:
12+
node-version: "lts"
13+
cache: "pnpm"
14+
- run: pnpm install -r
15+
- run: pnpm typecheck
16+
- run: pnpm lint

0 commit comments

Comments
 (0)