Give github actions build a name and use badge

This commit is contained in:
Adam Hathcock
2020-01-03 09:22:51 +00:00
parent ba570b93bb
commit d135fdce58
2 changed files with 3 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ on: [push]
jobs:
build:
name: SharpCompress
runs-on: ${{ matrix.os }}
strategy:
matrix:

View File

@@ -7,8 +7,8 @@ The major feature is support for non-seekable streams so large files can be proc
AppVeyor Build -
[![Build status](https://ci.appveyor.com/api/projects/status/voxg971oemmvxh1e/branch/master?svg=true)](https://ci.appveyor.com/project/adamhathcock/sharpcompress/branch/master)
Circle CI Build -
[![CircleCI](https://circleci.com/gh/adamhathcock/sharpcompress.svg?style=svg)](https://circleci.com/gh/adamhathcock/sharpcompress)
GitHub Actions Build -
[![GitHubActions](https://github.com/adamhathcock/sharpcompress/workflows/SharpCompress/badge.svg)](https://circleci.com/gh/adamhathcock/sharpcompress)
## Need Help?