Add method doc coverage to CI
This commit is contained in:
parent
5a224d6774
commit
a2b2035991
3
.github/workflows/dynamic.yml
vendored
3
.github/workflows/dynamic.yml
vendored
|
@ -56,4 +56,5 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Check doc index up to date
|
- name: Check doc index up to date
|
||||||
run: |
|
run: |
|
||||||
./scripts/update_docs_index.sh
|
./scripts/update_docs_index.sh
|
||||||
|
./scripts/update_docs_methods.sh
|
Loading…
Reference in a new issue