From 110008c84a51a423d053f3e3dc2615493bd79f47 Mon Sep 17 00:00:00 2001 From: appleboy Date: Sun, 27 Apr 2025 11:43:48 +0800 Subject: [PATCH] docs: update README files with correct workflow links and formatting - Update workflow badge links in all README files to reference testing.yml instead of lint.yml - Fix bullet formatting in Chinese README files for better markdown display Signed-off-by: appleboy --- README.md | 2 +- README.zh-cn.md | 26 +++++++++++++------------- README.zh-tw.md | 26 +++++++++++++------------- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 6fa0252..9952cc4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [繁體中文](README.zh-tw.md) | [简体中文](README.zh-cn.md) [![GoDoc](https://godoc.org/github.com/appleboy/drone-scp?status.svg)](https://godoc.org/github.com/appleboy/drone-scp) -[![Lint and Testing](https://github.com/appleboy/drone-scp/actions/workflows/lint.yml/badge.svg)](https://github.com/appleboy/drone-scp/actions/workflows/lint.yml) +[![Lint and Testing](https://github.com/appleboy/drone-scp/actions/workflows/testing.yml/badge.svg)](https://github.com/appleboy/drone-scp/actions/workflows/testing.yml) [![codecov](https://codecov.io/gh/appleboy/drone-scp/branch/master/graph/badge.svg)](https://codecov.io/gh/appleboy/drone-scp) [![Go Report Card](https://goreportcard.com/badge/github.com/appleboy/drone-scp)](https://goreportcard.com/report/github.com/appleboy/drone-scp) [![Docker Pulls](https://img.shields.io/docker/pulls/appleboy/drone-scp.svg)](https://hub.docker.com/r/appleboy/drone-scp/) diff --git a/README.zh-cn.md b/README.zh-cn.md index bffe723..1ae3eb7 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -3,7 +3,7 @@ [繁體中文](README.zh-tw.md) | [English](README.md) [![GoDoc](https://godoc.org/github.com/appleboy/drone-scp?status.svg)](https://godoc.org/github.com/appleboy/drone-scp) -[![Lint and Testing](https://github.com/appleboy/drone-scp/actions/workflows/lint.yml/badge.svg)](https://github.com/appleboy/drone-scp/actions/workflows/lint.yml) +[![Lint and Testing](https://github.com/appleboy/drone-scp/actions/workflows/testing.yml/badge.svg)](https://github.com/appleboy/drone-scp/actions/workflows/testing.yml) [![codecov](https://codecov.io/gh/appleboy/drone-scp/branch/master/graph/badge.svg)](https://codecov.io/gh/appleboy/drone-scp) [![Go Report Card](https://goreportcard.com/badge/github.com/appleboy/drone-scp)](https://goreportcard.com/report/github.com/appleboy/drone-scp) [![Docker Pulls](https://img.shields.io/docker/pulls/appleboy/drone-scp.svg)](https://hub.docker.com/r/appleboy/drone-scp/) @@ -14,12 +14,12 @@ ## 功能 -* [x] 支持例程。 -* [x] 支持来源列表中的通配符模式。 -* [x] 支持将文件发送到多个主机。 -* [x] 支持将文件发送到主机上的多个目标文件夹。 -* [x] 支持从绝对路径或原始主体加载 ssh 密钥。 -* [x] 支持 SSH ProxyCommand。 +- [x] 支持例程。 +- [x] 支持来源列表中的通配符模式。 +- [x] 支持将文件发送到多个主机。 +- [x] 支持将文件发送到主机上的多个目标文件夹。 +- [x] 支持从绝对路径或原始主体加载 ssh 密钥。 +- [x] 支持 SSH ProxyCommand。 ```sh +--------+ +----------+ +-----------+ @@ -60,9 +60,9 @@ The pre-compiled binaries can be downloaded from [release page](https://github.com/appleboy/drone-scp/releases). Support the following OS type. -* Windows amd64/386 -* Linux arm/amd64/386 -* Darwin amd64/386 +- Windows amd64/386 +- Linux arm/amd64/386 +- Darwin amd64/386 With `Go` installed @@ -96,9 +96,9 @@ make docker There are three ways to send notification. -* [usage from binary](#usage-from-binary) -* [usage from docker](#usage-from-docker) -* [usage from drone ci](#usage-from-drone-ci) +- [usage from binary](#usage-from-binary) +- [usage from docker](#usage-from-docker) +- [usage from drone ci](#usage-from-drone-ci) ### Usage from binary diff --git a/README.zh-tw.md b/README.zh-tw.md index 7653f5a..4e4a9df 100644 --- a/README.zh-tw.md +++ b/README.zh-tw.md @@ -3,7 +3,7 @@ [簡體中文](README.zh-cn.md) | [English](README.md) [![GoDoc](https://godoc.org/github.com/appleboy/drone-scp?status.svg)](https://godoc.org/github.com/appleboy/drone-scp) -[![Lint and Testing](https://github.com/appleboy/drone-scp/actions/workflows/lint.yml/badge.svg)](https://github.com/appleboy/drone-scp/actions/workflows/lint.yml) +[![Lint and Testing](https://github.com/appleboy/drone-scp/actions/workflows/testing.yml/badge.svg)](https://github.com/appleboy/drone-scp/actions/workflows/testing.yml) [![codecov](https://codecov.io/gh/appleboy/drone-scp/branch/master/graph/badge.svg)](https://codecov.io/gh/appleboy/drone-scp) [![Go Report Card](https://goreportcard.com/badge/github.com/appleboy/drone-scp)](https://goreportcard.com/report/github.com/appleboy/drone-scp) [![Docker Pulls](https://img.shields.io/docker/pulls/appleboy/drone-scp.svg)](https://hub.docker.com/r/appleboy/drone-scp/) @@ -14,12 +14,12 @@ ## 功能 -* [x] 支援例程。 -* [x] 支援來源列表中的萬用字元模式。 -* [x] 支援將檔案發送到多個主機。 -* [x] 支援將檔案發送到主機上的多個目標資料夾。 -* [x] 支援從絕對路徑或原始主體載入 ssh 金鑰。 -* [x] 支援 SSH ProxyCommand。 +- [x] 支援例程。 +- [x] 支援來源列表中的萬用字元模式。 +- [x] 支援將檔案發送到多個主機。 +- [x] 支援將檔案發送到主機上的多個目標資料夾。 +- [x] 支援從絕對路徑或原始主體載入 ssh 金鑰。 +- [x] 支援 SSH ProxyCommand。 ```sh +--------+ +----------+ +-----------+ @@ -60,9 +60,9 @@ The pre-compiled binaries can be downloaded from [release page](https://github.com/appleboy/drone-scp/releases). Support the following OS type. -* Windows amd64/386 -* Linux arm/amd64/386 -* Darwin amd64/386 +- Windows amd64/386 +- Linux arm/amd64/386 +- Darwin amd64/386 With `Go` installed @@ -96,9 +96,9 @@ make docker There are three ways to send notification. -* [usage from binary](#usage-from-binary) -* [usage from docker](#usage-from-docker) -* [usage from drone ci](#usage-from-drone-ci) +- [usage from binary](#usage-from-binary) +- [usage from docker](#usage-from-docker) +- [usage from drone ci](#usage-from-drone-ci) ### Usage from binary