Skip to content

Commit

Permalink
Update build status badge for GitHub Actions (#19)
Browse files Browse the repository at this point in the history
* Update build status badge for GitHub Actions
* Update workflow name to be neater
  • Loading branch information
owenvoke authored May 14, 2020
1 parent 1a63954 commit 49fe432
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Continuous Integration
name: CI

on: ['push', 'pull_request']

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/83d63c07f9ca45af9fac591a2c51e8e6)](https://www.codacy.com/gh/tldr-pages/extldr)
[![Coverage Status](https://coveralls.io/repos/github/tldr-pages/extldr/badge.svg?branch=master)](https://coveralls.io/github/tldr-pages/extldr?branch=master)
[![Build Status](https://travis-ci.com/tldr-pages/extldr.svg?branch=master)](https://travis-ci.com/tldr-pages/extldr)
[![Build Status](https://img.shields.io/github/workflow/status/tldr-pages/extldr/CI.svg)](https://github.com/tldr-pages/extldr/actions)
[![Inline docs](http://inch-ci.org/github/tldr-pages/extldr.svg?branch=HEAD&style=shields)](http://inch-ci.org/github/tldr-pages/extldr)

ExTldr is an Elixir client for [tldr-pages](https://github.com/tldr-pages/tldr).
Expand Down

0 comments on commit 49fe432

Please sign in to comment.