Merge PR #5463: docs: add link to iavl documentation
This commit is contained in:
committed by
Alexander Bezobchuk
parent
9a183ffbcc
commit
43e25e283e
@@ -0,0 +1,11 @@
|
||||
name: Check links
|
||||
on: [pull_request]
|
||||
jobs:
|
||||
link-check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Link Checker
|
||||
uses: peter-evans/link-checker@v1
|
||||
with:
|
||||
args: -v -r *
|
||||
Reference in New Issue
Block a user