diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d78fd462e9..86b57e1313 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,7 +113,8 @@ jobs: markdown-lint: if: | needs.files-changed.outputs.documentation == 'true' || - needs.files-changed.outputs.release == 'true' + needs.files-changed.outputs.release == 'true' || + needs.files-changed.outputs.github_workflows needs: ["files-changed"] runs-on: "ubuntu-latest" timeout-minutes: 5 diff --git a/.markdownlint.yaml b/.markdownlint.yaml index 9b33d226f6..542272d4dc 100644 --- a/.markdownlint.yaml +++ b/.markdownlint.yaml @@ -11,3 +11,5 @@ MD034: false # no-bare-urls MD041: false # allow 1st line to not be a top-level heading (required for Towncrier) MD045: false # no alt text around images MD047: false # single trailing newline +MD059: # Link descriptions that are provibited + prohibited_texts: [] diff --git a/python_sdk b/python_sdk index f95d3942a5..7bda36c299 160000 --- a/python_sdk +++ b/python_sdk @@ -1 +1 @@ -Subproject commit f95d3942a5a0200d8833304b3030b19d2cc64403 +Subproject commit 7bda36c299a8df36c85ed57ac0ce05778ee17970