Open ankusharya opened 3 years ago
This is a feature request. Which will convert warning into error and fail the build on error.
I have tried in various ways to support it but the function which reads the log file to generate warning for github actions always fails.
warning
One such approach was:
build-command: make html -W
I can send a pull request if you are willing to review.
This is a feature request. Which will convert warning into error and fail the build on error.
I have tried in various ways to support it but the function which reads the log file to generate
warning
for github actions always fails.One such approach was: