Skip to content

Commit c316a78

Browse files
author
Niel Drummond
committed
Add badge for GitHub workflow
1 parent 4bf5694 commit c316a78

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[![license](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
22
[![docs](https://docs.rs/roctogen/badge.svg)](https://docs.rs/roctogen/)
3+
[![GitHub workflow](https://github.com/github/docs/actions/workflows/default.yml/badge.svg)](https://github.com/fussybeaver/roctogen/actions/workflows/default.yml)
34

45
## Roctogen: a rust client library for the GitHub v3 API
56

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//! [![license](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
22
//! [![docs](https://docs.rs/roctogen/badge.svg)](https://docs.rs/roctogen/)
3+
//! [![GitHub workflow](https://github.com/github/docs/actions/workflows/default.yml/badge.svg)](https://github.com/fussybeaver/roctogen/actions/workflows/default.yml)
34
//!
45
//! # Roctogen: a rust client library for the GitHub v3 API
56
//!

templates/lib.mustache

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//! [![license](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
22
//! [![docs](https://docs.rs/roctogen/badge.svg)](https://docs.rs/roctogen/)
3+
//! [![GitHub workflow](https://github.com/github/docs/actions/workflows/default.yml/badge.svg)](https://github.com/fussybeaver/roctogen/actions/workflows/default.yml)
34
//!
45
//! # Roctogen: a rust client library for the GitHub v3 API
56
//!

0 commit comments

Comments
 (0)