actionlint
actionlint copied to clipboard
[Feature Request] Allow warnings for some types of errors
We only have the option now to error on something or ignore the error. For some errors, like outdated actions that should be updated, I would like to show a warning for it, but still return with code 0. In addition, it would be nice to display these differently, like warnings as yellow and errors as red, which is pretty normal behavior for other lint tools.
I too would like this feature