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 <appleboy.tw@gmail.com>
This commit is contained in:
appleboy 2025-04-27 11:38:05 +08:00
parent 17026f90b8
commit f5c6c234bd
No known key found for this signature in database

View File

@ -1,4 +1,4 @@
name: scp files name: lint and test
on: [push] on: [push]
jobs: jobs:
testing: testing: