diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d9a60a..7dc878e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,6 @@ jobs: with: node-version: '21.x' - run: yarn install - - run: yarn format - run: yarn format:check test: runs-on: ubuntu-latest