Closed markcmiller86 closed 1 month ago
@JustinPrivitera and @cyrush this adds CI for keeping functions.rst
and MethodDoc.C
in sync. It uses GitHub actions to do it so is run on different resources than Azure.
It would be nice to cancel the Main_Build
if this action fails. Didn't look that far though.
BTW, you can introspect workflow runs by going to Actions tab.
I am guessing that the fix to methoddoc and functions was how you tested this?
Yes. Thats right. Along with various commits of whitespace (ws) changes to test different branches of the logic.
@cyrush any qualms about merging this to develop
?
This should wait until we decide upon #19881
I think we would want this both on RC and develop if possible.
I think we would want this both on RC and develop if possible.
Well, now I am inclined to wait until we resolve the email discussion...do we really need to keep MethodDoc.[Ch]
in the repo anyways?
Thoughts?
Description
Create GitHub action for checking MethodDoc.C is generated when functions.rst is changed.
Type of change
[ ] Bug fix[ ] Documentation update[ ] OtherHow Has This Been Tested?
Reminders:
Checklist:
[ ] I have updated the release notes.[ ] I have added debugging support to my changes.[ ] I have added tests that prove my fix is effective or that my feature works.[ ] I have confirmed new and existing unit tests pass locally with my changes.[ ] I have added new baselines for any new tests to the repo.