Skip to content

Commit

Permalink
Add github actions badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpmcmlxxvi committed Feb 4, 2022
1 parent 5ce4ccf commit 9c09904
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Test
name: build

on: ["push", "pull_request"]

Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [de9im][de9im-site]

[![build](https://travis-ci.org/dpmcmlxxvi/de9im.svg?branch=master)](https://travis-ci.org/dpmcmlxxvi/de9im)
[![build](https://github.com/dpmcmlxxvi/de9im/actions/workflows/build.yml/badge.svg)](https://github.com/dpmcmlxxvi/de9im/actions)
[![coverage](https://img.shields.io/coveralls/dpmcmlxxvi/de9im.svg)](https://coveralls.io/r/dpmcmlxxvi/de9im?branch=master)
[![npm](https://badge.fury.io/js/de9im.svg)](https://badge.fury.io/js/de9im)
[![code](https://app.codacy.com/project/badge/Grade/d345359c8f91405da92ed455cd82288d)](https://www.codacy.com/gh/dpmcmlxxvi/de9im/dashboard?utm_source=github.com&utm_medium=referral&utm_content=dpmcmlxxvi/de9im&utm_campaign=Badge_Grade)
Expand Down

0 comments on commit 9c09904

Please sign in to comment.