Skip to content

Commit

Permalink
Merge pull request #194 from c-bata/update-ci-badge
Browse files Browse the repository at this point in the history
Replace CI status badge
c-bata authored Sep 18, 2020

Verified

This commit was signed with the committer’s verified signature.
Rotzbua Rotzbua
2 parents 5604073 + c2d9d1e commit be84dde
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Run tests
name: tests
on:
pull_request:
branches:
- master

jobs:
test:
name: Test
name: Run tests
runs-on: ${{ matrix.os }}
strategy:
matrix:
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit be84dde

Please sign in to comment.