-
Notifications
You must be signed in to change notification settings - Fork 37
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
Move wiki docs into repo #116
Conversation
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.
This looks reasonable to me, and we can reevaluate in the future if a new action show up. For now I believe this does the job. Thanks @pavithraes !
c820a30
to
fc931e4
Compare
Tested on my fork |
5421c55
to
f5e359d
Compare
f5e359d
to
63f46c7
Compare
Signed-off-by: Tim Paine <[email protected]>
Signed-off-by: Tim Paine <[email protected]>
Signed-off-by: Tim Paine <[email protected]>
Signed-off-by: Tim Paine <[email protected]>
Signed-off-by: Tim Paine <[email protected]>
Signed-off-by: Tim Paine <[email protected]>
63f46c7
to
e7f12ad
Compare
@timkpaine Thanks for your updates here - it looks good to me. I've requested a review from After that, shall we merge crediting everyone from the initial commit here: 2acdade |
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.
Overall looks good to me so approving, I left a small optional comment. Cheers!
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v1 |
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.
Is there a reason to use v1 instead of v4?
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.
it should probably be bumped, but dependabot will update it anyway
Closes #112
Currently, we can't test the workflow until the PR is merged. However, I think we can temporarily enable runs on PRs to test it.Additional notes added inline.