ammaraskar / sphinx-action

Github action that builds docs using sphinx and places errors inline
Apache License 2.0
189 stars 114 forks source link

Add `output` in action.yml for number of warning #35

Open ankusharya opened 2 years ago

ankusharya commented 2 years ago

This is a feature request: Add output key in action.yml which contains the number of warning generated while doing the build.

It would help in taking decisions for other steps in GitHub workflow.