Skip to content

Commit

Permalink
add build badges to top of readme (open-telemetry#1276)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhsu authored Dec 9, 2020
1 parent 7357658 commit 90ded8a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 19 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,10 @@ jobs:
- name: run .\docfx.cmd
shell: cmd
run: .\docfx.cmd

semantic-conventions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: verify semantic convention tables
run: docker run --rm -v $(pwd)/semantic_conventions:/source -v $(pwd)/specification:/spec otel/semconvgen -f /source markdown -md /spec --md-check
18 changes: 0 additions & 18 deletions .github/workflows/semantic-conventions-check.yaml

This file was deleted.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# OpenTelemetry Specification

![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/open-telemetry/specification.svg) ![GitHub tag (latest SemVer pre-release)](https://img.shields.io/github/tag-pre/open-telemetry/specification.svg)
[![Checks](https://github.com/open-telemetry/opentelemetry-specification/workflows/Checks/badge.svg?branch=master)](https://github.com/open-telemetry/opentelemetry-specification/actions?query=workflow%3A%22Checks%22+branch%3Amaster)
![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/open-telemetry/specification.svg)

![OpenTelemetry Logo](https://opentelemetry.io/img/logos/opentelemetry-horizontal-color.png)

Expand Down

0 comments on commit 90ded8a

Please sign in to comment.