Skip to content

Commit

Permalink
Merge branch 'master' into owner-constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
Vara Prasad authored Mar 14, 2024
2 parents c45795d + 28b6e0a commit adf305a
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 17 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ jobs:
run: |
npm install -g prettier && prettier --check '**/*.md' '**/*.yml'
# S3v3ru5: Pin `markdown-link-check` to version 3.11 until the following issue is resolved:
# https://github.com/tcort/markdown-link-check/issues/304
- name: Markdown link check
run: |
npm install -g markdown-link-check && find . -name '*.md' | xargs markdown-link-check
npm install -g markdown-link-check@3.11 && find . -name '*.md' | xargs markdown-link-check
- name: Cargo sort
run: |
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lints/arbitrary_cpi/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lints/bump_seed_canonicalization/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lints/insecure_account_close/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lints/missing_owner_check/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lints/missing_signer_check/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lints/type_cosplay/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit adf305a

Please sign in to comment.