Merge pull request #194 from c-bata/update-ci-badge

Replace CI status badge
This commit is contained in:
Masashi SHIBATA 2020-09-19 02:00:40 +09:00 committed by GitHub
commit be84dde1ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
name: Run tests
name: tests
on:
pull_request:
branches:
@ -6,7 +6,7 @@ on:
jobs:
test:
name: Test
name: Run tests
runs-on: ${{ matrix.os }}
strategy:
matrix:

View File

@ -3,7 +3,7 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/c-bata/go-prompt)](https://goreportcard.com/report/github.com/c-bata/go-prompt)
![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)
[![GoDoc](https://godoc.org/github.com/c-bata/go-prompt?status.svg)](https://godoc.org/github.com/c-bata/go-prompt)
[![Build Status](https://travis-ci.org/c-bata/go-prompt.svg?branch=master)](https://travis-ci.org/c-bata/go-prompt)
![tests](https://github.com/c-bata/go-prompt/workflows/tests/badge.svg)
A library for building powerful interactive prompts inspired by [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit),
making it easier to build cross-platform command line tools using Go.