From eb872fcfdf6685cb420bfe296e5b5abc4d3a1381 Mon Sep 17 00:00:00 2001 From: Hayden Hargreaves Date: Fri, 6 Mar 2026 18:28:08 -0700 Subject: [PATCH] cicd: rename .github/actions/* to .github/workflows/* --- .github/{actions => workflows}/test.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{actions => workflows}/test.yml (100%) diff --git a/.github/actions/test.yml b/.github/workflows/test.yml similarity index 100% rename from .github/actions/test.yml rename to .github/workflows/test.yml