From 031e22b38a94f4b01e55d25e2c4e4c5a50576eae Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Sat, 13 May 2023 12:18:12 -0700 Subject: [PATCH] Add golangci-lint CI status badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f66cf0c..ee540e6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # OpenTelemetry Schema Utilities [![Go Reference](https://pkg.go.dev/badge/github.com/MrAlias/otel-schema-utils.svg)](https://pkg.go.dev/github.com/MrAlias/otel-schema-utils) +[![CI](https://github.com/MrAlias/otel-schema-utils/actions/workflows/golangci-lint.yml/badge.svg)](https://github.com/MrAlias/otel-schema-utils/actions/workflows/golangci-lint.yml) This repository provides conversion utilities for [OpenTelemetry Go] types using [OpenTelemetry schemas].