From c3a95ef5e4fbf8180dceb7beb315464f7066aa35 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 2 Jun 2026 15:56:23 +0000 Subject: [PATCH] chore: add testing marker to validate PR workflow --- TESTING.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 TESTING.md diff --git a/TESTING.md b/TESTING.md new file mode 100644 index 00000000..64ed104c --- /dev/null +++ b/TESTING.md @@ -0,0 +1,5 @@ +# Testing + +This file is a placeholder added to validate the pull request workflow. + +It introduces no functional changes and can be safely removed.