Skip to content

Commit

Permalink
Merge pull request #475 from JrGoodle/workflow-badge
Browse files Browse the repository at this point in the history
Add badge for GitHub Action workflow
  • Loading branch information
JrGoodle committed May 10, 2020
2 parents 4362574 + dac500c commit 65a802a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
name: CI

# Controls when the action will run. Triggers the workflow on push or pull request events
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
branches:
- master

defaults:
run:
Expand All @@ -28,3 +34,5 @@ jobs:
- run: script/test
- run: clowder init https://github.com/jrgoodle/cats.git
working-directory: examples/cats
- run: clowder herd
working-directory: examples/cats
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![Build Status](https://travis-ci.org/JrGoodle/clowder.svg)](https://travis-ci.org/JrGoodle/clowder)
[![CircleCI](https://circleci.com/gh/JrGoodle/clowder.svg?style=shield)](https://circleci.com/gh/JrGoodle/clowder)
[![GitHub Action Workflow](https://github.com/JrGoodle/clowder/workflows/CI/badge.svg)](https://github.com/JrGoodle/clowder/actions?query=workflow%3ACI)
[![Maintainability](https://api.codeclimate.com/v1/badges/56c92799de08f9ef9258/maintainability)](https://codeclimate.com/github/JrGoodle/clowder/maintainability)
[![codecov](https://codecov.io/gh/JrGoodle/clowder/branch/master/graph/badge.svg)](https://codecov.io/gh/JrGoodle/clowder)
[![PyPI version](https://badge.fury.io/py/clowder-repo.svg)](https://badge.fury.io/py/clowder-repo)
Expand Down

0 comments on commit 65a802a

Please sign in to comment.