From a50a097e35336c2724fd60bb104c530a6d85c212 Mon Sep 17 00:00:00 2001 From: Adam Amer <136176500+adamamer20@users.noreply.github.com> Date: Thu, 13 Mar 2025 14:21:43 +0100 Subject: [PATCH] Move the presubmit.yml to the .github/workflows folder Move the `presubmit.yml` file to the `.github/workflows` directory --- .github/{ => workflows}/presubmit.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{ => workflows}/presubmit.yml (100%) diff --git a/.github/presubmit.yml b/.github/workflows/presubmit.yml similarity index 100% rename from .github/presubmit.yml rename to .github/workflows/presubmit.yml