mirror of
https://github.com/vbatts/tar-split.git
synced 2024-12-19 11:56:30 +00:00
README: switch to the github action badges
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
da105eb683
commit
679a7948ae
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
# tar-split
|
# 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)
|
[![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.
|
Pristinely disassembling a tar archive, and stashing needed raw bytes and offsets to reassemble a validating original archive.
|
||||||
|
|
Loading…
Reference in a new issue