Closed ordian closed 4 years ago
I think it's mostly implemented and lacking a return
statement for else branch here https://github.com/actions-rs/audit-check/blob/69fdbe9b61b75ba374c275c34559b56a8b9c643d/src/reporter.ts#L152-L156
@svartalf could you confirm?
I would expect it to work already, just a line above from your snippet:
Do you have an example where it does not work as expected?
It uses audit-check@v1 https://github.com/openethereum/openethereum/blob/master/.github/workflows/audit.yml
(This issue is about exiting successfully if in a fork with no errors)
I've noticed your branch https://github.com/actions-rs/audit-check/tree/issue-104, are there any updates?
@ordian yeah, I'm working on it.
Please implement the same workaround for
audit-check
as you did for clippy.