Skip to content

Commit

Permalink
added badges to README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
ksrichard committed Apr 22, 2021
1 parent 169bb47 commit a47feb3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Branch
name: Build

on:
push:
Expand Down
5 changes: 5 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
apm (Arduino Package Manager)
---
[![Go](https://github.com/ksrichard/apm/actions/workflows/release.yml/badge.svg)](https://github.com/ksrichard/apm/actions/workflows/release.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/ksrichard/apm)](https://goreportcard.com/report/github.com/ksrichard/apm)
[![Go Reference](https://pkg.go.dev/badge/github.com/ksrichard/apm.svg)](https://pkg.go.dev/github.com/ksrichard/apm)
[![GitHub go.mod Go version of a Go module](https://img.shields.io/github/go-mod/go-version/ksrichard/apm.svg)](https://github.com/ksrichard/apm)
[![GitHub release](https://img.shields.io/github/release/ksrichard/apm.svg)](https://github.com/ksrichard/apm/releases/latest/)

A package manager for Arduino projects to make them portable (no more manual download etc...).

Expand Down

0 comments on commit a47feb3

Please sign in to comment.