From 5c956e2bfac6b9ca6abed353d40082068ff4549a Mon Sep 17 00:00:00 2001 From: appleboy Date: Mon, 10 Mar 2025 22:06:50 +0800 Subject: [PATCH] ci: refactor CI workflows and enhance test configurations - Rename `.github/workflows/lint.yml` to `.github/workflows/testing.yml` Signed-off-by: appleboy --- .github/workflows/{lint.yml => testing.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{lint.yml => testing.yml} (100%) diff --git a/.github/workflows/lint.yml b/.github/workflows/testing.yml similarity index 100% rename from .github/workflows/lint.yml rename to .github/workflows/testing.yml