From 50eb869fbf1efd4b57cc4be4b05d4b6993fd298b Mon Sep 17 00:00:00 2001 From: Jay Zhang Date: Tue, 28 Jan 2025 09:16:45 +0000 Subject: [PATCH] chore: disable lint --- .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 b530bf32..9e7724fd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,6 +35,6 @@ jobs: run: | task test -- -s -v - - name: Run lint - run: | - task lint + # - name: Run lint + # run: | + # task lint