diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6115b08..483b05d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Build Branch +name: Build on: push: diff --git a/README.MD b/README.MD index 4f2b384..62e29c5 100644 --- a/README.MD +++ b/README.MD @@ -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...).