From 3bf0fe4185fe502993280d406540b3ccc02c3d59 Mon Sep 17 00:00:00 2001 From: Jesse Peterson Date: Tue, 12 Jul 2022 11:02:03 -0700 Subject: [PATCH] Add badge for CI to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a32b6f2..35f139a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # NanoDEP -[![Go Reference](https://pkg.go.dev/badge/github.com/micromdm/nanodep.svg)](https://pkg.go.dev/github.com/micromdm/nanodep) +[![Go](https://github.com/micromdm/nanodep/workflows/Go/badge.svg)](https://github.com/micromdm/nanodep/actions) [![Go Reference](https://pkg.go.dev/badge/github.com/micromdm/nanodep.svg)](https://pkg.go.dev/github.com/micromdm/nanodep) NanoDEP is a set of tools and a Go library powering them for communicating with Apple's Device Enrollment Program (DEP) API servers.