From a2b2035991b0801bd27ab621c660577d1eee74c6 Mon Sep 17 00:00:00 2001 From: ChillerDragon Date: Sun, 17 Sep 2023 14:53:44 +0200 Subject: [PATCH] Add method doc coverage to CI --- .github/workflows/dynamic.yml | 3 ++- scripts/{update_docs_method.sh => update_docs_methods.sh} | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename scripts/{update_docs_method.sh => update_docs_methods.sh} (100%) diff --git a/.github/workflows/dynamic.yml b/.github/workflows/dynamic.yml index bd5a273..a4c4d52 100644 --- a/.github/workflows/dynamic.yml +++ b/.github/workflows/dynamic.yml @@ -56,4 +56,5 @@ jobs: - uses: actions/checkout@v2 - name: Check doc index up to date run: | - ./scripts/update_docs_index.sh \ No newline at end of file + ./scripts/update_docs_index.sh + ./scripts/update_docs_methods.sh \ No newline at end of file diff --git a/scripts/update_docs_method.sh b/scripts/update_docs_methods.sh similarity index 100% rename from scripts/update_docs_method.sh rename to scripts/update_docs_methods.sh