Skip to content

Commit c69a6eb

Browse files
committed
Temporarily disable typechecking in CI
1 parent 6161a7f commit c69a6eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
- name: Fetch assets
3939
run: yarn fetch-assets
4040
- name: Lint and typecheck
41-
run: yarn run check
41+
# FIXME: typechecking is currently not working in CI
42+
run: yarn run prettier --check
4243
- name: Build site
4344
run: yarn build
4445
- name: Upload pages artifact

0 commit comments

Comments
 (0)