tfx
tfx copied to clipboard
Continues github CI action even if linters fail.
Current linter has many false positives and it seems not justify blocking PRs. We will proceed to next steps and make the entire job as a success if the linter fails.
Reference: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepscontinue-on-error
Please see also https://github.com/tensorflow/tfx/issues/4434
@1025KB Could you take a look at this PR?