From 418f36a09baac3c7ac20d847723e0650f935cda3 Mon Sep 17 00:00:00 2001 From: deadprogram Date: Tue, 3 Sep 2024 10:52:26 +0200 Subject: [PATCH] docs: add macOS CI status badge to README Signed-off-by: deadprogram --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 74956a9d..49ab0dcb 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![Go Reference](https://pkg.go.dev/badge/gocv.io/x/gocv.svg)](https://pkg.go.dev/gocv.io/x/gocv) [![Linux](https://github.com/hybridgroup/gocv/actions/workflows/linux.yml/badge.svg?branch=dev)](https://github.com/hybridgroup/gocv/actions/workflows/linux.yml) +[![macOS](https://github.com/hybridgroup/gocv/actions/workflows/macos.yml/badge.svg?branch=dev)](https://github.com/hybridgroup/gocv/actions/workflows/macos.yml) [![Windows](https://github.com/hybridgroup/gocv/actions/workflows/windows.yml/badge.svg?branch=dev)](https://github.com/hybridgroup/gocv/actions/workflows/windows.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/hybridgroup/gocv)](https://goreportcard.com/report/github.com/hybridgroup/gocv) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/hybridgroup/gocv/blob/release/LICENSE.txt)