How do i capture STDOUT of pants? i’m trying to sh...
# general
f
How do i capture STDOUT of pants? i’m trying to show any errors in github action better rather than “process existed with exit code 1”
redirection doesn’t seem to capture the outputs of the tools (i.e ruff)