From 1dcca44e6031c1a6355f8f9b1a4dd58ecb379aaa Mon Sep 17 00:00:00 2001 From: Corey Newton Date: Thu, 22 Jan 2026 18:46:16 -0800 Subject: [PATCH 1/2] docs(ci): enable markdown linting Requires linting success to proceed with sync. --- .github/workflows/wiki-sync.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/wiki-sync.yml b/.github/workflows/wiki-sync.yml index caf4a3b95b..19c98bbbec 100644 --- a/.github/workflows/wiki-sync.yml +++ b/.github/workflows/wiki-sync.yml @@ -67,8 +67,6 @@ jobs: sync: name: Publish to GitHub Wiki needs: lint - if: '!cancelled()' - # if: needs.lint.result == 'success' runs-on: ubuntu-latest env: # Using [standard bot credentials](https://github.com/actions/checkout) From c53ce71c0c9832ff9d354d1e064872925a394f43 Mon Sep 17 00:00:00 2001 From: Corey Newton Date: Thu, 22 Jan 2026 20:27:20 -0800 Subject: [PATCH 2/2] docs(ci): align md linting with wiki instructions --- .github/workflows/wiki-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wiki-sync.yml b/.github/workflows/wiki-sync.yml index 19c98bbbec..f01bdb5605 100644 --- a/.github/workflows/wiki-sync.yml +++ b/.github/workflows/wiki-sync.yml @@ -62,7 +62,7 @@ jobs: run: | pymarkdownlnt \ --disable-rules line-length \ - scan --recurse "docs/wiki" + scan "docs/wiki" sync: name: Publish to GitHub Wiki