Add build status badge to README.md
This commit is contained in:
parent
e04a9184dd
commit
e9505d91c4
2 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
name: Go
|
name: build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
|
@ -1,3 +1,5 @@
|
||||||
# repogen
|
# repogen
|
||||||
|
|
||||||
|
![build status badge](https://github.com/sunboyy/repogen/workflows/build/badge.svg)
|
||||||
|
|
||||||
Repogen is a code generator for database repository in Golang. (WIP)
|
Repogen is a code generator for database repository in Golang. (WIP)
|
||||||
|
|
Loading…
Reference in a new issue