diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dcc444d4..a76a4cfe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: run: cp .env.example .env - name: Lint - run: yarn lint && pnpm lint:ws + run: yarn lint && yarn lint:ws format: runs-on: ubuntu-latest @@ -47,4 +47,4 @@ jobs: uses: ./.github/actions/yarn-nm-install - name: Typecheck - run: turbo typecheck + run: yarn typecheck