From d106c1616a811413ff73dfd1029f233fc5bb909d Mon Sep 17 00:00:00 2001 From: Obvious Date: Tue, 21 Jul 2026 22:53:26 +0000 Subject: [PATCH] docs: add test edit note to README Small harmless change to verify the PR workflow end-to-end. No functional or build changes. Co-authored-by: Dasha Shifrina --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8ad296b..15c8e99 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,5 @@ Sample repo for showing how to use GitHub Actions for a .NET Framework app. Blog post: https://timheuer.com/blog/building-net-framework-apps-using-github-actions/ + +_Test edit: verifying the PR workflow — no functional changes._