README: switch to the github action badges

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2023-03-25 21:00:42 -04:00
parent da105eb683
commit 679a7948ae
Signed by: vbatts
GPG Key ID: E30EFAA812C6E5ED
1 changed files with 2 additions and 1 deletions

View File

@ -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.