ci: revert the switch to a reusable workflow#514
Conversation
|
Somewhat tangentially to what @medubelko said, can we have a line somewhere on using this properly, e.g. with the |
I added a proper reference for the inputs, modeled after how |
|
@jahn-junior It looks like your branch has the changes from #508, but the Markdown linter is still reading inside |
It looks like Fixed now! |
111b87c to
3ced25f
Compare
|
@medubelko Ah, I see. I figured it was a mistake from conflict resolution. Reset the commit. |
|
@jahn-junior LGTM, feel free to merge when ready. |
CHANGELOG.mdwith relevant non-documentation file changes?Have you updated the documentation for this change?Reverts change from 4387b29
The
automatic-docs-checkfile was never meant to be reusable from the Starter Pack. Making the file reusable introduces an unnecessary layer between a documentation project and the upstream workflow.To run these checks, instead reference the equivalent workflow in the canonical/documentation-workflows repository.
I opted to leave the other workflows reusable, as these have not yet been upstreamed and would otherwise only be usable by duplicating the files in your docs project. However, it should be noted that we're currently planning to upstream these workflows later this cycle.
This is technically a breaking change, but I already opened a PR against the only affected repo.