From 74f7c515308c1e9dcd39aa2459198ae2159d163f Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sat, 29 Mar 2025 13:39:57 -0600 Subject: [PATCH] chore(workflow): add autofix.ci workflow for automatic code formatting with Biome --- .github/workflows/{autofix.yml => autofix.ci} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{autofix.yml => autofix.ci} (100%) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.ci similarity index 100% rename from .github/workflows/autofix.yml rename to .github/workflows/autofix.ci