Open virajbhartiya opened 2 weeks ago
@virajbhartiya can you resolve the conflict with master
here please? You'll see that your "
substitutions are getting in the way, so resolving those would be good.
Hey @rvagg, I have resolved the conflicts in the PR
@rvagg any suggestions on why is the workflow failing?
Failing because you need to install system dependencies for the build
in check.yml, you'll see:
- uses: ./.github/actions/install-system-dependencies
- uses: ./.github/actions/install-go
- uses: ./.github/actions/make-deps
these are required to perform the actions you need, so you'll have to do it again in your new job
but, having said that, it's not cheap, so maybe this should all be in a single job so that's all done once and it's just the docsgen-cli bit that's done separately.
So how about this:
docsgen-cli
section to it with your new stuff, so that happens in the same flowI'm still not convinced this is a great idea, it might get in the way. So we'll need to have a collective chat with others before we proceed.
Hey @rvagg thanks for the review, I have currently modified it accordingly, renamed check.yml to check-and-gen.yml and added it in the same file. We can discuss regarding this on slack wtih other how to go ahead with this PR
I know there have been verbal conversation on this one. Did we write out the next steps?
Didn't write it out, but next steps are to get this completed and merged and then experience it live and decide whether we hate it or love it and whether it's a QoL improvement on balance.
Related Issues
Closes #12233
Proposed Changes
Add a workflow that run
make docsgen-cli
whenever the PR is mergedChecklist