mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 06:40:54 +03:00
add workflow status badge
This commit is contained in:
2
.github/workflows/development.yml
vendored
2
.github/workflows/development.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Development Workflow
|
name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Release Workflow
|
name: Release a tag
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
@@ -1,6 +1,10 @@
|
|||||||
# SFTPGo
|
# SFTPGo
|
||||||
|
|
||||||
[](https://travis-ci.org/drakkan/sftpgo) [](https://codecov.io/gh/drakkan/sftpgo/branch/master) [](https://goreportcard.com/report/github.com/drakkan/sftpgo) [](https://www.gnu.org/licenses/gpl-3.0) [](https://github.com/avelino/awesome-go)
|

|
||||||
|
[](https://codecov.io/gh/drakkan/sftpgo/branch/master)
|
||||||
|
[](https://goreportcard.com/report/github.com/drakkan/sftpgo)
|
||||||
|
[](https://www.gnu.org/licenses/gpl-3.0)
|
||||||
|
[](https://github.com/avelino/awesome-go)
|
||||||
|
|
||||||
Fully featured and highly configurable SFTP server, written in Go
|
Fully featured and highly configurable SFTP server, written in Go
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user