-
Notifications
You must be signed in to change notification settings - Fork 14
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 build check on PR #11
Conversation
Signed-off-by: Fred Rolland <[email protected]>
- name: checkout | ||
uses: actions/checkout@v4 | ||
- name: build | ||
run: ./repo.sh docs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we can improve this job to store generated docs as a build artifact?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, any suggestion?
Should it be in same PR or follow up?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here is the example how to achieve this with gh actions https://docs.github.com/en/actions/using-workflows/storing-workflow-data-as-artifacts#example.
Not a blocker for to this PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's handle it as part of #5
How can I make this fail? |
For example:
|
/lgtm |
Fix #10