From 2df2ddfbc5bacd4a521ca17128b520b8aff9abb1 Mon Sep 17 00:00:00 2001 From: xnoto Date: Thu, 30 Apr 2026 09:22:39 -0600 Subject: [PATCH] ci: lowercase workflow name to match coder-friendly scheme Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/test-and-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-sync.yml b/.github/workflows/test-and-sync.yml index f7d97cd..cf39a09 100644 --- a/.github/workflows/test-and-sync.yml +++ b/.github/workflows/test-and-sync.yml @@ -1,5 +1,5 @@ --- -name: Test & Sync +name: test-and-sync on: push: