-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CI for wikize refs #1937
base: main
Are you sure you want to change the base?
Add CI for wikize refs #1937
Conversation
Manually tested in sep. repo
You can see examples of its run on a pass and failure here, https://github.com/markcmiller86/test-wikize-refs-ci/pull/8/commits |
@markcmiller86, I have been having some issues with |
@markcmiller86, the error shown here shows:
That output does not seem to show the actual STDOUT/STDERR from
and it does not print the error from the line:
It almost seems like the statement Can we create a bash script that that is run by this |
Yes, you are correct. It looks like it is default behavior of GitHub workflow to exit upon first shell command returning non-zero exit status. So, I can adjust that using either
Yes, see above.
No, we don't need to do that. It is in fact working. It is not an error to run Honestly, I think its working and doing exactly what it needs to other than the As to your other issue about you having problems...I don't think its really fair to hold up this PR due to un-reported problems the tool apparently has. Please submit a new PR for those. But, lets not hold up this PR for those. I can't honestly know to fix them if they are unknown to me. |
@bartlettroscoe raised an unreported issue in a preceding comment suggesting we hold off on this. Nonetheless, I would like to get this finished and committed. And, it has been working for me in my testing of it. |
Resolves #729
This is a workflow to run
wikize-refs.py
on any.md
file in the PR not indocs
subfolder.Running
wikize-refs.py
on a non-wikized file is harmless and will return 0 status.Running
wikize-refs.py
on a wikized file will prodoce non-zero status if it would change the file.