Skip to content

Commit

Permalink
Don't fail on intralinks
Browse files Browse the repository at this point in the history
Support in cargo-rdme is best effort
  • Loading branch information
sbihel committed Aug 2, 2024
1 parent 14358ba commit ca4d1bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Doc
run: cargo doc --no-deps --workspace --all-features
- name: cargo-rdme
run: cargo rdme --check
run: cargo rdme --check --no-fail-on-warnings

test-each-feature:
if: ${{ !github.event.pull_request.draft }}
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ This library supports the two main families of verifiable claims:
[dids]: <https://www.w3.org/TR/did-core/>
[didkit]: <https://github.com/spruceid/didkit>
[vc-data-model]: <https://www.w3.org/TR/vc-data-model/>
[linked-data]: <https://www.w3.org/DesignIssues/LinkedData.html>
[jwt]: <https://www.rfc-editor.org/rfc/rfc7519>
[jws]: <https://www.rfc-editor.org/rfc/rfc7515>
[jwt-vc]: <https://www.w3.org/TR/vc-data-model/#json-web-token>
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
//! [dids]: <https://www.w3.org/TR/did-core/>
//! [didkit]: <https://github.com/spruceid/didkit>
//! [vc-data-model]: <https://www.w3.org/TR/vc-data-model/>
//! [linked-data]: <https://www.w3.org/DesignIssues/LinkedData.html>
//! [jwt]: <https://www.rfc-editor.org/rfc/rfc7519>
//! [jws]: <https://www.rfc-editor.org/rfc/rfc7515>
//! [jwt-vc]: <https://www.w3.org/TR/vc-data-model/#json-web-token>
Expand Down

0 comments on commit ca4d1bd

Please sign in to comment.