Update Status Badge to Point to GH Actions (#109)

This commit is contained in:
Nick Banks 2022-06-23 09:37:13 -04:00 коммит произвёл GitHub
Родитель 9e0c84c95e
Коммит a4f472c5fe
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -1,6 +1,7 @@
# Introduction
[![Build Status](https://dev.azure.com/ms/CLOG/_apis/build/status/CI?branchName=main)](https://dev.azure.com/ms/CLOG/_build/latest?definitionId=373&branchName=main)
[![Windows](https://github.com/microsoft/CLOG/actions/workflows/check-clog-windows.yml/badge.svg)](https://github.com/microsoft/CLOG/actions/workflows/check-clog-windows.yml)
[![Linux](https://github.com/microsoft/CLOG/actions/workflows/check-clog-linux.yml/badge.svg)](https://github.com/microsoft/CLOG/actions/workflows/check-clog-linux.yml)
Within the tracing and telemetry space there are many API or library choices and it's very difficult (if not impossible) to choose correctly. There is a general need for the ability to emit **structured**, **cross platform** events in **high performance** code paths.