diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9927813..46038eb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,8 +28,6 @@ jobs: - name: Install dependencies run: pnpm install --frozen-lockfile - - - name: Run ESLint run: pnpm run lint:check