Skip to content

Commit 865bc4b

Browse files
committed
chore(ci): Styling
1 parent 1a85593 commit 865bc4b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/test-build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,23 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13+
1314
- name: Setup pnpm
1415
uses: pnpm/action-setup@v2
1516
with:
1617
version: 7
18+
1719
- name: Set node version to 16
1820
uses: actions/setup-node@v3
1921
with:
2022
node-version: 16
2123
cache: pnpm
24+
2225
- run: pnpm install
26+
2327
- name: Run typecheck
2428
run: pnpm run typecheck
29+
2530
- name: Run tests
26-
run: pnpm run test
31+
run: pnpm run test
32+

0 commit comments

Comments
 (0)