Use GitHub Actions badge in README (#120)

* Use GitHub Actions badge in README
* Use badge for build workflow
* Rename default workflow to build
This commit is contained in:
Christian Muehlhaeuser 2019-12-31 12:23:31 +01:00 committed by GitHub
commit c0fd593c00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
name: Go
name: build
on: [push, pull_request]
jobs:
test: