From a8237a71d189c52b18c59b9b55ac39a4a1aac008 Mon Sep 17 00:00:00 2001 From: yinxulai Date: Fri, 22 Mar 2024 16:53:24 +0800 Subject: [PATCH] rename action --- .github/workflows/{go.yml => test.yml} | 2 +- README.md | 2 +- README_CN.md | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) rename .github/workflows/{go.yml => test.yml} (97%) diff --git a/.github/workflows/go.yml b/.github/workflows/test.yml similarity index 97% rename from .github/workflows/go.yml rename to .github/workflows/test.yml index d8ec651..8a19e6e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,7 @@ # This workflow will build a golang project # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go -name: Go test +name: Test on: push: diff --git a/README.md b/README.md index 4816270..b81f9b4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # sqls -[![Go test](https://github.com/yinxulai/sqls/actions/workflows/go.yml/badge.svg)](https://github.com/yinxulai/sqls/actions/workflows/go.yml) +[![Go test](https://github.com/yinxulai/sqls/actions/workflows/test.yml/badge.svg)](https://github.com/yinxulai/sqls/actions/workflows/test.yml) sqls is prepared for developers who like to write `sql` by themselves instead of using `ORM`. There is nothing special, it just simply helps you edit `sql` better. diff --git a/README_CN.md b/README_CN.md index a2e6990..4599da1 100644 --- a/README_CN.md +++ b/README_CN.md @@ -1,5 +1,7 @@ # sqls +[![Go test](https://github.com/yinxulai/sqls/actions/workflows/test.yml/badge.svg)](https://github.com/yinxulai/sqls/actions/workflows/test.yml) + sqls 是针对喜欢自己编写 `sql` 而不是使用 `ORM` 的开发者准备的,没有任何特殊的东西,只是简单的帮助你更好的编辑 `sql` > sqls 的含义是 `sql+s`,其中 `s` 的含义是 `string` 以及 `simple`、`small`