From 679a7948ae0eff4f7a900d589cf22121b1d5dce4 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Sat, 25 Mar 2023 21:00:42 -0400 Subject: [PATCH] README: switch to the github action badges Signed-off-by: Vincent Batts --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe997f6..1603bac 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # tar-split -[![Build Status](https://travis-ci.org/vbatts/tar-split.svg?branch=master)](https://travis-ci.org/vbatts/tar-split) +![Build Status](https://github.com/vbatts/tar-split/actions/workflows/go.yml/badge.svg) +![Lint](https://github.com/vbatts/tar-split/actions/workflows/lint.yml/badge.svg) [![Go Report Card](https://goreportcard.com/badge/github.com/vbatts/tar-split)](https://goreportcard.com/report/github.com/vbatts/tar-split) Pristinely disassembling a tar archive, and stashing needed raw bytes and offsets to reassemble a validating original archive.