You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.
Is this related to the actions-rs Actions?
If you think it's a problem related to Github Actions in general, use GitHub Community forum instead: https://github.community
Is this something you can debug and fix? Send a pull request! Bug fixes and documentation fixes are welcome.
Description
When clippy exits with an error, github workflow is not marked as failed. I think it is not issue with github actions, but I am new to all this and can't judge.
Sadly it can't make workflow to fail, but the inline comments are
amazing.
References: actions-rs/clippy#2
Signed-off-by: Igor Raits <[email protected]>
Do the checklist before filing an issue:
actions-rs
Actions?If you think it's a problem related to Github Actions in general, use GitHub Community forum instead: https://github.community
Description
When clippy exits with an error, github workflow is not marked as failed. I think it is not issue with github actions, but I am new to all this and can't judge.
Workflow code
https://github.com/ignatenkobrain/zram-generator/blob/9089c94cd416de95faaff0eab9027b5ee90b7365/.github/workflows/ci.yml#L59-L75
Action output
If I understand code correctly, it just captures return code and always returns 0 unless there is some exception happened in the typescript.
Expected behavior
I am not sure if return code should be compared to 101 or anything else, just would like to make sure that CI blocks on clippy showing any errors.
The text was updated successfully, but these errors were encountered: