diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c936b7d..806410f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,10 +103,9 @@ jobs: - run: npm ci - - run: npm run format:check - background: true - name: Generated API types are up to date run: npm run openapi:check + - run: npm run format:check background: true - run: npm run lint background: true