Skip to content

Commit 85bea0b

Browse files
committed
Update Typecheck step name
1 parent 50fbc5b commit 85bea0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
with:
146146
node_version: ${{ matrix.node }}
147147
node_auth_token: ${{ secrets.GH_TOKEN }}
148-
- name: Typecheck
148+
- name: Check types
149149
run: npm run typecheck
150150
dependencies:
151151
name: Dependencies

0 commit comments

Comments
 (0)