Skip to content

Commit c002f63

Browse files
authored
Comment out type check step in CI workflow (#7)
1 parent cec0aff commit c002f63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
run: |
3939
make lint
4040
41-
- name: Type check
42-
run: |
43-
make typecheck
41+
# - name: Type check
42+
# run: |
43+
# make typecheck

0 commit comments

Comments
 (0)