diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b3a4b2..257ae0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,9 +23,6 @@ jobs: - name: Install dependencies run: npm ci - - name: Format check (changed files) - run: npm run format:check:changed - - name: Lint run: npm run lint