Skip to content

Commit 8128c83

Browse files
authored
Merge pull request #48 from haoming29/main
Update various badge and added Go reference
2 parents 1e3e7f5 + 8ab6131 commit 8128c83

File tree

1 file changed

+26
-22
lines changed

1 file changed

+26
-22
lines changed

README.md

+26-22
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,19 @@
88
</p>
99

1010
<!-- Badges -->
11-
<p>
12-
<img src="https://img.shields.io/github/workflow/status/opensciencegrid/xrootd-monitoring-shoveler/Test?label=Unit%20Testing" alt="Unit Tests" />
13-
<img src="https://img.shields.io/github/workflow/status/opensciencegrid/xrootd-monitoring-shoveler/golangci-lint?label=Go%20Linting" alt="Linting" />
14-
<img src="https://img.shields.io/github/workflow/status/opensciencegrid/xrootd-monitoring-shoveler/CodeQL?label=CodeQL%20Static%20Analysis" alt="Static Code Analysis" />
15-
<a href="https://github.com/opensciencegrid/xrootd-monitoring-shoveler/blob/main/LICENSE.txt">
16-
<img src="https://img.shields.io/github/license/opensciencegrid/xrootd-monitoring-shoveler" alt="license" />
17-
</a>
18-
</p>
19-
20-
<h4>
11+
<p>
12+
<img src="https://img.shields.io/github/actions/workflow/status/opensciencegrid/xrootd-monitoring-shoveler/test.yml?label=Unit%20Testing" alt="Unit Tests" />
13+
<img src="https://img.shields.io/github/actions/workflow/status/opensciencegrid/xrootd-monitoring-shoveler/golangci-lint.yml?label=Go%20Linting" alt="Linting" />
14+
<img src="https://img.shields.io/github/actions/workflow/status/opensciencegrid/xrootd-monitoring-shoveler/codeql-analysis.yml?label=CodeQL%20Static%20Analysis" alt="Static Code Analysis" />
15+
<a href="https://pkg.go.dev/github.com/opensciencegrid/xrootd-monitoring-shoveler">
16+
<img src="https://pkg.go.dev/badge/github.com/opensciencegrid/xrootd-monitoring-shoveler.svg" alt="Go Reference">
17+
</a>
18+
<a href="https://github.com/opensciencegrid/xrootd-monitoring-shoveler/blob/main/LICENSE.txt">
19+
<img src="https://img.shields.io/github/license/opensciencegrid/xrootd-monitoring-shoveler" alt="license" />
20+
</a>
21+
</p>
22+
23+
<h4>
2124
<a href="https://opensciencegrid.org/docs/data/xrootd/install-shoveler/">Documentation</a>
2225
<span> · </span>
2326
<a href="https://github.com/opensciencegrid/xrootd-monitoring-shoveler/issues/">Report Bug</a>
@@ -48,18 +51,19 @@ graph LR
4851
<!-- Table of Contents -->
4952
# :notebook_with_decorative_cover: Table of Contents
5053

51-
- [Getting Started](#getting-started)
52-
* [Requirements](#Requirements)
53-
* [Installation](#installation)
54-
- [Configuration](#Configuration)
55-
* [Message Bus Credentials](#message-bus-credentials)
56-
* [Packet Verification](#packet-verification)
57-
* [IP Mapping](#ip-mapping)
58-
- [Running the Shoveler](#running-the-shoveler)
59-
- [Design](#design)
60-
* [Queue Design](#queue-design)
61-
- [License](#license)
62-
- [Acknowledgements](#acknowledgements)
54+
- [:notebook\_with\_decorative\_cover: Table of Contents](#notebook_with_decorative_cover-table-of-contents)
55+
- [Getting Started](#getting-started)
56+
- [Requirements](#requirements)
57+
- [:gear: Installation](#gear-installation)
58+
- [Configuration](#configuration)
59+
- [Message Bus Credentials](#message-bus-credentials)
60+
- [Packet Verification](#packet-verification)
61+
- [IP Mapping](#ip-mapping)
62+
- [Running the Shoveler](#running-the-shoveler)
63+
- [:compass: Design](#compass-design)
64+
- [Queue Design](#queue-design)
65+
- [:warning: License](#warning-license)
66+
- [:gem: Acknowledgements](#gem-acknowledgements)
6367

6468
## Getting Started
6569

0 commit comments

Comments
 (0)