Skip to content

Commit 67bc243

Browse files
committed
Fix steps
1 parent b6499be commit 67bc243

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/check_types.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ on:
77
jobs:
88
build:
99
runs-on: 'ubuntu-latest'
10-
steps:
11-
- uses: 'actions/checkout@v4'
12-
- name: 'Install pnpm'
13-
uses: 'pnpm/action-setup@v4'
14-
with:
15-
version: 9
16-
- name: 'Use Node'
17-
uses: 'actions/setup-node@v4'
18-
with:
19-
node-version: 20
20-
cache: 'pnpm'
21-
- name: 'Install dependencies'
22-
run: 'pnpm install'
23-
- name: 'Check types'
24-
run: 'pnpm check'
10+
steps:
11+
- uses: 'actions/checkout@v4'
12+
- name: 'Install pnpm'
13+
uses: 'pnpm/action-setup@v4'
14+
with:
15+
version: 9
16+
- name: 'Use Node'
17+
uses: 'actions/setup-node@v4'
18+
with:
19+
node-version: 20
20+
cache: 'pnpm'
21+
- name: 'Install dependencies'
22+
run: 'pnpm install'
23+
- name: 'Check types'
24+
run: 'pnpm check'

0 commit comments

Comments
 (0)