diff --git a/.github/workflows/ci-pull-request.yml b/.github/workflows/ci-pull-request.yml index 2e1c2aebb..d367c9ea6 100644 --- a/.github/workflows/ci-pull-request.yml +++ b/.github/workflows/ci-pull-request.yml @@ -71,6 +71,7 @@ jobs: - name: Run format check run: pnpm run format:check + continue-on-error: true - name: Run lint run: pnpm run lint --filter='./apps/chat/**' --filter='./apps/manacore/**'