diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63b2ffcbf0..8461c30e36 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,6 @@ jobs: steps: - uses: actions/checkout@v3 - uses: ./.github/actions/prepare-playground - - run: npx nx format:check || npx prettier --check . - run: npx nx affected --target=lint - run: npx nx affected --target=typecheck test: