Added CI workflow#488
Conversation
|
Note Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Signed-off-by: vinayak sharma <vinayaks0111@gmail.com>
28dee37 to
909af2f
Compare
|
@yoursanonymous From what I can see, the Volcano website is built using Docusaurus rather than Hugo. The current workflow sets up Hugo and runs hugo --minify, which doesn’t appear to validate the actual Docusaurus site build. The Markdown lint step is still useful, but the Hugo build job may no longer provide meaningful validation if the site is fully Docusaurus-based. |
/kind feature
What this PR does / why we need it:
This PR introduces automated CI/CD checks via GitHub Actions to improve code quality and catch issues before merging.
Which issue(s) this PR fixes: