1
0
Fork 1
mirror of https://github.com/vbatts/tar-split.git synced 2024-12-19 11:56:30 +00:00

Merge pull request #61 from vbatts/badge

README: switch to the github action badges
This commit is contained in:
Vincent Batts 2023-03-25 21:08:06 -04:00 committed by GitHub
commit 32b8c61be1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.