-
Notifications
You must be signed in to change notification settings - Fork 3
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
Minor hygiene items #291
Minor hygiene items #291
Conversation
wesbiggs
commented
Oct 3, 2024
- open external links in a new tab (some via mdbook extension, others by hardcoding HTML)
- fix reference to deprecated public key announcement in PRId algorithm
- give a more useful internal link for assertionMethodPublicKeys in the Verifiable Credentials overview
- name items in the PRId description a little more consistently
- open external links in a new tab (some via mdbook extension, others by hardcoding HTML) - fix reference to deprecated public key announcement in PRId algorithm - give a more useful internal link for assertionMethodPublicKeys in the Verifiable Credentials overview
44ad1a8
to
4a32145
Compare
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.
Changes look good. Reviewed code only, did not download the branch.
Ah, |
38e30b9
to
21a54d7
Compare
.github/workflows/verify-pr.yaml
Outdated
@@ -24,9 +24,7 @@ jobs: | |||
run: npm run lint | |||
|
|||
- name: Set up mdBook 📚 | |||
uses: ./.github/workflows/common/set-up-mdbook |
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.
If you are removing this, then you can also remove ./.github/workflows/common/set-up-mdbook
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.
I changed the common script instead. Running cargo install is slower, but more aligned with local usage, and this repo is not so time-sensitive.