Skip to content

Commit

Permalink
(chocolatey#2244) Add status badge for GitHub Action
Browse files Browse the repository at this point in the history
This commit adds a status badge to show wether the GitHub Action builds
on the master branch are successful or not.
  • Loading branch information
AdmiringWorm committed May 11, 2021
1 parent aa8b18d commit 2a81ca2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ You can just call me choco.
<!-- /TOC -->

## Build Status
TeamCity | AppVeyor | Travis
------------- | ------------- | -------------
[![TeamCity Build Status](https://img.shields.io/teamcity/codebetter/bt429.svg)](http://teamcity.codebetter.com/viewType.html?buildTypeId=bt429) | [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/jfxywa3xuwowt20w/branch/master?svg=true)](https://ci.appveyor.com/project/ferventcoder/choco/branch/master) | [![Travis Build Status](https://travis-ci.org/chocolatey/choco.svg?branch=master)](https://travis-ci.org/chocolatey/choco)
TeamCity | AppVeyor | Travis | GitHub Action
------------- | ------------- | ------------- | -------------
[![TeamCity Build Status](https://img.shields.io/teamcity/codebetter/bt429.svg)](http://teamcity.codebetter.com/viewType.html?buildTypeId=bt429) | [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/jfxywa3xuwowt20w/branch/master?svg=true)](https://ci.appveyor.com/project/ferventcoder/choco/branch/master) | [![Travis Build Status](https://travis-ci.org/chocolatey/choco.svg?branch=master)](https://travis-ci.org/chocolatey/choco) | [![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/chocolatey/choco/Chocolatey%20Builds/master?logo=github)]((https://github.com/chocolatey/choco/actions/workflows/build.yml))

## Chat Room
Come join in the conversation about Chocolatey in our Gitter Chat Room.
Expand Down

0 comments on commit 2a81ca2

Please sign in to comment.