From 6099cf22a290f5efbb03ca9941ef1abdd4225a58 Mon Sep 17 00:00:00 2001 From: Shunsuke KITADA Date: Tue, 25 Mar 2025 22:45:38 +0900 Subject: [PATCH] Comment out type check step in CI workflow --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b979a67..a1697d1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,6 +38,6 @@ jobs: run: | make lint - - name: Type check - run: | - make typecheck + # - name: Type check + # run: | + # make typecheck