Skip to content

Commit b61b7bf

Browse files
committed
ci: up
1 parent 92e2976 commit b61b7bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/verify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
uses: ./.github/actions/install-dependencies
1717

1818
- name: Check code
19-
run: bun check
19+
run: pnpm check
2020

2121
- name: Check types
22-
run: bun check:types
22+
run: pnpm check:types
2323

2424
test:
2525
name: Test Runtime
@@ -32,6 +32,6 @@ jobs:
3232
uses: ./.github/actions/install-dependencies
3333

3434
- name: Run tests
35-
run: bun run test --bail=1
35+
run: pnpm run test --bail=1
3636
env:
3737
CI: true

0 commit comments

Comments
 (0)