aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2020-12-13 16:37:23 +0100
committerGitHub <noreply@github.com>2020-12-13 16:37:23 +0100
commitec5aac6b13ad03e89249ab7a602694286cab3666 (patch)
tree2a29b837b94f84ba64cc3a55d9d5d82d5e0ff6ca
parent9427911a6dcd5e78f0302739d198d24249525fbe (diff)
Add badge
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 911a516..72f0dc1 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# git-mirror
+![Rust][github-actions-badge]
+
**git-mirror** is a command-line program to keep local git mirrors up to date with their origin.
## Configuration
@@ -19,3 +21,5 @@ description = "A hyperfast web frontend for git repositories written in C."
### Example crontab entry
Execute git-mirror every 15 with the given config.
`*/15 * * * * git-mirror -c /srv/git/config.toml`
+
+[github-actions-badge]: https://github.com/Bond-009/git-mirror/workflows/Rust/badge.svg