From 46c083cf7b1b215bbfc760b3d3d535554220d9f3 Mon Sep 17 00:00:00 2001 From: Albert Pai Date: Wed, 2 Oct 2024 17:31:54 -0700 Subject: [PATCH] temp: disable eslint --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 006d54a..b478e46 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,8 +20,8 @@ jobs: - name: Run type check run: pnpm run typecheck - - name: Run ESLint - run: pnpm run lint + # - name: Run ESLint + # run: pnpm run lint - name: Run tests run: pnpm run test