From 8683bd2ed38c1c26c700e5609ddcd837178fccba Mon Sep 17 00:00:00 2001 From: Matthew Fedderly <24275386+mfedderly@users.noreply.github.com> Date: Tue, 11 Aug 2026 13:36:20 -0400 Subject: [PATCH 1/2] Enforce README.md changes are up-to-date in CI --- .github/workflows/ci.yml | 3 ++- pnpm-workspace.yaml | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 308957c80..e02b5ef48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,7 @@ jobs: node-version: ${{ matrix.node-version }} - run: pnpm install --frozen-lockfile - - run: git diff --exit-code - run: pnpm build + - run: pnpm run docs + - run: git diff --exit-code - run: pnpm test diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index eb0c70ad4..45d2885de 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -4,7 +4,6 @@ packages: allowBuilds: esbuild: false - nx: false catalog: "@types/benchmark": ^2.1.5 From 185677096ed2848213c9a3e60b1eecbefdd87fbf Mon Sep 17 00:00:00 2001 From: Matthew Fedderly <24275386+mfedderly@users.noreply.github.com> Date: Tue, 11 Aug 2026 13:37:49 -0400 Subject: [PATCH 2/2] test commit to fail CI with stale README --- packages/turf-along/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/turf-along/index.ts b/packages/turf-along/index.ts index c5b5d762d..5e1275ccb 100644 --- a/packages/turf-along/index.ts +++ b/packages/turf-along/index.ts @@ -22,6 +22,8 @@ import { getGeom } from "@turf/invariant"; * * //addToMap * var addToMap = [along, line] + * + * TEST */ function along( line: Feature | LineString,