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
The new nixf-tidy provides a great example of how nixpkgs-check-by-name can level up. It uses GitHub’s workflow message feature to render error messages in the ‘Files changed’ overview, directly below the lines with errors.
I've considered this before, but a problem is that such errors are limited to a single line, which then kind of requires either making two separate ways of printing every error, or not using multi-line errors in the terminal too. I don't have a strong opinion on this though. If it can be made to work well, I'm all for this :)
The new nixf-tidy provides a great example of how
nixpkgs-check-by-name
can level up. It uses GitHub’s workflow message feature to render error messages in the ‘Files changed’ overview, directly below the lines with errors.Check an example here: workflows/check-nixf-tidy.yml: by Aleksanaa · Pull Request #1 · Aleksanaa/nixpkgs · GitHub 41.
We should do the same thing when run from CI. The current output is great for terminal use cases; this output is better for CI.
The text was updated successfully, but these errors were encountered: