diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2a007210..8db299608 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,9 +50,6 @@ jobs: - name: Check formatting run: pnpm format:check - - name: Lint - run: pnpm lint - - name: Unit tests run: pnpm test:unit