Fix workflow and lint errors - #33
Conversation
This URL still exists, but consistently returns 403 from GitHub Actions: - https://github.com/pelican-plugins/graphviz/actions/runs/18746207375/job/53474024547 - https://github.com/mshroyer/graphviz/actions/runs/18796357371/job/53636790089
This fixes a broken reference in run_graphviz.py, which was causing the lint workflow to fail.
|
Huh, the lint workflow failed with an HTTP 429 (too many requests) error from a GitHub URL. I've seen this once before when running the action in my own repo, but it generally passes for me on this branch, e.g.: https://github.com/mshroyer/graphviz/actions/runs/18828868326/job/53716421444 Two options here:
Any preferences? |
|
Thanks for the pull request. It has been merged into the main branch. |
The action triggered by merging your PR #33 succeeded flawlessly. Which GitHub URL are you referring to? |
|
Thanks for merging! The linkinator failure was here, during the run triggered when I originally submitted the PR. |
The “Validate links in Markdown files” action failed for the following link: https://github.com/pelican-plugins/liquid-tags/blob/main/pelican/plugins/liquid_tags/graphviz.py. However, this is a fully valid URL. It must have been a temporary problem with the GitHub servers. |
Some small fixes to get the push workflow working again, so that I can make sure I don't break anything with my following PRs for #32 :)