Skip to content

Commit

Permalink
rename action
Browse files Browse the repository at this point in the history
  • Loading branch information
yinxulai committed Mar 22, 2024
1 parent 00a5b13 commit a8237a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 2 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down

0 comments on commit a8237a7

Please sign in to comment.