From f5c6c234bdfbf684bf3ea3735eb27caf06794b07 Mon Sep 17 00:00:00 2001 From: appleboy Date: Sun, 27 Apr 2025 11:38:05 +0800 Subject: [PATCH] ci: align workflow naming with updated testing conventions - Rename the workflow file to testing.yml - Rename the workflow from "scp files" to "lint and test" Signed-off-by: appleboy --- .github/workflows/{ci.yml => testing.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{ci.yml => testing.yml} (99%) diff --git a/.github/workflows/ci.yml b/.github/workflows/testing.yml similarity index 99% rename from .github/workflows/ci.yml rename to .github/workflows/testing.yml index fb616d9..d9d40ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/testing.yml @@ -1,4 +1,4 @@ -name: scp files +name: lint and test on: [push] jobs: testing: