Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit cd190d3

Browse files
committed
wip
1 parent 152dd3b commit cd190d3

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/test.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
os: [ubuntu-latest, windows-latest]
13+
os: [ubuntu-latest]
1414
timeout-minutes: 10
1515
steps:
1616
- name: Checkout
@@ -27,13 +27,5 @@ jobs:
2727
version: 8
2828
run_install: true
2929

30-
- name: Lint
31-
if: ${{ matrix.os == 'ubuntu-latest' }}
32-
run: pnpm lint
33-
34-
- name: Type check
35-
if: ${{ matrix.os == 'ubuntu-latest' }}
36-
run: pnpm type-check
37-
3830
- name: Test
3931
run: pnpm test

0 commit comments

Comments
 (0)