From 206dbacdae61b901acb04f6263a98c3ee1a1d21f Mon Sep 17 00:00:00 2001 From: "jason.woltje" Date: Thu, 18 Jun 2026 17:11:47 -0500 Subject: [PATCH] =?UTF-8?q?fix(framework/tools):=20prettier-format=20woodp?= =?UTF-8?q?ecker=20README=20=E2=80=94=20restore=20main=20format=20gate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #547 merged with an unformatted README.md (prettier markdown violation), failing the format CI step on main. Mechanical prettier --write fix only, no content change. Restores main to green. Refs #546 --- packages/mosaic/framework/tools/woodpecker/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/mosaic/framework/tools/woodpecker/README.md b/packages/mosaic/framework/tools/woodpecker/README.md index 27aebe1..be91c9a 100644 --- a/packages/mosaic/framework/tools/woodpecker/README.md +++ b/packages/mosaic/framework/tools/woodpecker/README.md @@ -26,11 +26,11 @@ A Woodpecker API token is required. To configure: ## Scripts -| Script | Purpose | -| --------------------- | ------------------------------------------- | -| `pipeline-list.sh` | List recent pipelines for a repo | -| `pipeline-status.sh` | Get status of a specific or latest pipeline | -| `pipeline-trigger.sh` | Trigger a new pipeline build | +| Script | Purpose | +| --------------------- | -------------------------------------------- | +| `pipeline-list.sh` | List recent pipelines for a repo | +| `pipeline-status.sh` | Get status of a specific or latest pipeline | +| `pipeline-trigger.sh` | Trigger a new pipeline build | | `ci-wait.sh` | Block until pipeline(s) reach terminal state | ## Common Options -- 2.49.1