From d2a18a36db6b08b63bfeea9bfab362c906a64297 Mon Sep 17 00:00:00 2001 From: Adams Date: Tue, 10 Mar 2026 08:55:25 -0500 Subject: [PATCH] Fix #946, Make Format Check Reusable --- .github/workflows/format-check.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/format-check.yml b/.github/workflows/format-check.yml index f0bf34c67..8a6e3b4a5 100644 --- a/.github/workflows/format-check.yml +++ b/.github/workflows/format-check.yml @@ -7,6 +7,7 @@ on: - opened - reopened - synchronize + workflow_call: # Force bash to apply pipefail option so pipeline failures aren't masked defaults: