From 10daa5a15126dc72611cec8d1ce7bccddf49ae12 Mon Sep 17 00:00:00 2001 From: maxwiseman Date: Fri, 28 Jun 2024 17:35:57 -0400 Subject: [PATCH] chore: disabled format ci job --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d30b271..9c2eb8f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,16 +34,16 @@ jobs: - name: Lint run: bun lint && bun lint:ws - format: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 + # format: + # runs-on: ubuntu-latest + # steps: + # - uses: actions/checkout@v4 - - name: Setup - uses: ./tooling/github/setup + # - name: Setup + # uses: ./tooling/github/setup - - name: Format - run: bun format + # - name: Format + # run: bun format typecheck: runs-on: ubuntu-latest