Closed ColmBhandal closed 1 year ago
Oops, that push was supposed to go to my testing branch, not yours ... ;) But the good thing is, the test did what it was supposed to: https://github.com/ru-fu/starter-pack/actions/runs/6394238933/job/17355202715
Sorry for messing up your branch, and no clue why I could push before but not now. You could try just force-pushing your branch again (without fetching any updates). Otherwise, I still have your commit, you could cherry-pick it in again or I can open a new PR ... https://github.com/canonical/sphinx-docs-starter-pack/compare/main...ru-fu:starter-pack:119-exit-on-fail
Causes a non-zero exit status when there are woke findings. This in turn will fix the issue with failure reporting on the documentation GitHub workflow: https://github.com/canonical/documentation-workflows/issues/5#issuecomment-1744544831.
To test:
main
branchreadme.rst
by adding "master")make woke
echo $?
immediately afterwards - it should output0
, indicating successful exit statusRepeat the above steps again on this branch. Notice that the command exits with non-zero exit status this time.