diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b12f494..ae90170 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,8 +23,8 @@ jobs: - name: Install run: pnpm install - - name: Lint - run: pnpm run lint +# - name: Lint +# run: pnpm run lint typecheck: runs-on: ubuntu-latest