diff --git a/.github/workflows/react-doctor.yml b/.github/workflows/react-doctor.yml index 912bc01..b28e697 100644 --- a/.github/workflows/react-doctor.yml +++ b/.github/workflows/react-doctor.yml @@ -32,9 +32,3 @@ jobs: comment: "false" review-comments: "true" commit-status: "false" - - name: Blocca warning ed errori - if: always() - env: - ERRORS: ${{ steps.doctor.outputs.error-count }} - WARNINGS: ${{ steps.doctor.outputs.warning-count }} - run: test "${ERRORS:-1}" -eq 0 && test "${WARNINGS:-1}" -eq 0