diff options
author | n-peugnet <n.peugnet@free.fr> | 2021-09-15 01:58:05 +0200 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2021-09-15 01:58:05 +0200 |
commit | 8893edbf525c7daaaeb530e0964c06d5aa080c3d (patch) | |
tree | 1f6900c8791cea603d9af08e282f54ff40e0c687 | |
parent | 21ca9e31819c53d00c161faaca8f6934a4150aa1 (diff) | |
download | dna-backup-8893edbf525c7daaaeb530e0964c06d5aa080c3d.tar.gz dna-backup-8893edbf525c7daaaeb530e0964c06d5aa080c3d.zip |
add build build status to readme
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,7 @@ # DNA Backup +[![build][build-img]][build-url] + _Deduplicated versioned backups for DNA._ ## Requirements @@ -20,3 +22,6 @@ go test ./... # Run go run . <source-dir> <repository> ``` + +[build-img]: https://github.com/n-peugnet/dna-backup/actions/workflows/build.yml/badge.svg +[build-url]: https://github.com/n-peugnet/dna-backup/actions/workflows/build.yml |