This is an automated email from the ASF dual-hosted git repository. rusackas pushed a commit to branch dead-link-check-v2 in repository https://gitbox.apache.org/repos/asf/superset.git
commit 00b6dce60ed7f49cb42059fc98902ac5efae3709 Author: Evan Rusackas <[email protected]> AuthorDate: Fri May 10 15:47:24 2024 -0600 docs: find broken links using github-action-markdown-link-check --- .github/workflows/superset-docs-verify.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/superset-docs-verify.yml b/.github/workflows/superset-docs-verify.yml index 9f665d8086..d1e30cd64a 100644 --- a/.github/workflows/superset-docs-verify.yml +++ b/.github/workflows/superset-docs-verify.yml @@ -24,6 +24,8 @@ jobs: with: persist-credentials: false submodules: recursive + - name: markdown-link-check + uses: gaurav-nelson/[email protected] - name: Set up Node.js 20 uses: actions/setup-node@v4 with:
