Skip to content

Commit adf305a

Browse files
author
Vara Prasad
authored
Merge branch 'master' into owner-constraints
2 parents c45795d + 28b6e0a commit adf305a

File tree

8 files changed

+19
-17
lines changed

8 files changed

+19
-17
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ jobs:
2323
run: |
2424
npm install -g prettier && prettier --check '**/*.md' '**/*.yml'
2525
26+
# S3v3ru5: Pin `markdown-link-check` to version 3.11 until the following issue is resolved:
27+
# https://github.com/tcort/markdown-link-check/issues/304
2628
- name: Markdown link check
2729
run: |
28-
npm install -g markdown-link-check && find . -name '*.md' | xargs markdown-link-check
30+
npm install -g markdown-link-check@3.11 && find . -name '*.md' | xargs markdown-link-check
2931
3032
- name: Cargo sort
3133
run: |

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lints/arbitrary_cpi/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lints/bump_seed_canonicalization/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lints/insecure_account_close/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lints/missing_owner_check/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lints/missing_signer_check/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lints/type_cosplay/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)